Skip to content

investigate if getaddrinfo(3) on OSX is thread-safe #70112

@ronaldoussoren

Description

@ronaldoussoren
BPO 25924
Nosy @gvanrossum, @ronaldoussoren, @ned-deily, @vadmium, @1st1, @ajdavis
Files
  • h_resolv.c: getaddrinfo concurrency test from NetBSD 7
  • d_mach: getaddrinfo concurrency test data file from NetBSD 7
  • 25924-getaddrinfo-is-thread-safe.patch: Disable getaddrinfo lock on Mac OS 10.5+.
  • 25924-getaddrinfo-is-thread-safe-2.patch: Disable getaddrinfo lock on Mac OS 10.5+, try 2.
  • 25924-getaddrinfo-is-thread-safe-3.patch: Disable getaddrinfo lock on Mac OS 10.5+, try 3 (runtime check).
  • 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/ronaldoussoren'
    closed_at = <Date 2016-02-15.06:37:31.629>
    created_at = <Date 2015-12-22.12:57:10.941>
    labels = ['OS-mac', 'type-feature']
    title = 'investigate if getaddrinfo(3) on OSX is thread-safe'
    updated_at = <Date 2016-11-17.12:27:39.268>
    user = 'https://github.com/ronaldoussoren'

    bugs.python.org fields:

    activity = <Date 2016-11-17.12:27:39.268>
    actor = 'emptysquare'
    assignee = 'ronaldoussoren'
    closed = True
    closed_date = <Date 2016-02-15.06:37:31.629>
    closer = 'ned.deily'
    components = ['macOS']
    creation = <Date 2015-12-22.12:57:10.941>
    creator = 'ronaldoussoren'
    dependencies = []
    files = ['41596', '41597', '41755', '41784', '41878']
    hgrepos = []
    issue_num = 25924
    keywords = ['patch']
    message_count = 21.0
    messages = ['256838', '257610', '258121', '258125', '258163', '259233', '259234', '259387', '259404', '259424', '259437', '259457', '259480', '259967', '259970', '259974', '260242', '260297', '260299', '260731', '281036']
    nosy_count = 7.0
    nosy_names = ['gvanrossum', 'ronaldoussoren', 'ned.deily', 'python-dev', 'martin.panter', 'yselivanov', 'emptysquare']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue25924'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    Metadata

    Metadata

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions