Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD 5.3 and upward has thread-safe getaddrinfo(3) #42363

Closed
sobomax mannequin opened this issue Sep 12, 2005 · 2 comments
Closed

FreeBSD 5.3 and upward has thread-safe getaddrinfo(3) #42363

sobomax mannequin opened this issue Sep 12, 2005 · 2 comments
Assignees
Labels
extension-modules C modules in the Modules dir

Comments

@sobomax
Copy link
Mannequin

sobomax mannequin commented Sep 12, 2005

BPO 1288833
Nosy @hyeshik
Files
  • patch-python-resolver[1]: Patch against python 2.4.x
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/hyeshik'
    closed_at = <Date 2005-09-24.15:05:36.000>
    created_at = <Date 2005-09-12.15:35:04.000>
    labels = ['extension-modules']
    title = 'FreeBSD 5.3 and upward has thread-safe getaddrinfo(3)'
    updated_at = <Date 2005-09-24.15:05:36.000>
    user = 'https://bugs.python.org/sobomax'

    bugs.python.org fields:

    activity = <Date 2005-09-24.15:05:36.000>
    actor = 'hyeshik.chang'
    assignee = 'hyeshik.chang'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2005-09-12.15:35:04.000>
    creator = 'sobomax'
    dependencies = []
    files = ['6780']
    hgrepos = []
    issue_num = 1288833
    keywords = ['patch']
    message_count = 2.0
    messages = ['48729', '48730']
    nosy_count = 2.0
    nosy_names = ['hyeshik.chang', 'sobomax']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1288833'
    versions = ['Python 2.5']

    @sobomax
    Copy link
    Mannequin Author

    sobomax mannequin commented Sep 12, 2005

    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

    @sobomax sobomax mannequin closed this as completed Sep 12, 2005
    @sobomax sobomax mannequin assigned hyeshik Sep 12, 2005
    @sobomax sobomax mannequin added the extension-modules C modules in the Modules dir label Sep 12, 2005
    @sobomax sobomax mannequin closed this as completed Sep 12, 2005
    @sobomax sobomax mannequin assigned hyeshik Sep 12, 2005
    @sobomax sobomax mannequin added the extension-modules C modules in the Modules dir label Sep 12, 2005
    @hyeshik
    Copy link
    Contributor

    hyeshik commented Sep 24, 2005

    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!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant