Issue 1288833: FreeBSD 5.3 and upward has thread-safe getaddrinfo(3) (original) (raw)

Issue1288833

Created on 2005-09-12 15:35 by sobomax, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-python-resolver[1] sobomax,2005-09-12 15:37 Patch against python 2.4.x
Messages (2)
msg48729 - (view) Author: Maxim Sobolev (sobomax) Date: 2005-09-12 15:35
The FreeBSD operating system has thread-safe getaddrinfo(3) since version 5.3. Therefore, serialization in the socket module is not necessary when Python is compiled for this system. -Maxim
msg48730 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-09-24 15:05
Logged In: YES user_id=55188 Fixed in CVS: Modules/socketmodule.c 1.314 Misc/NEWS 1.1376 I'll merge this patch into ports along with updating lang/python to 2.4.2 after the version is released. Thank you!
History
Date User Action Args
2022-04-11 14:56:13 admin set github: 42363
2005-09-12 15:35:04 sobomax create