This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: FreeBSD 5.3 and upward has thread-safe getaddrinfo(3)
Type: Stage:
Components: Extension Modules Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: hyeshik.chang, sobomax
Priority: normal Keywords: patch

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:13adminsetgithub: 42363
2005-09-12 15:35:04sobomaxcreate