Skip to content

add SOCK_NONBLOCK and SOCK_CLOEXEC to socket module #51772

@lekma

Description

@lekma
mannequin
BPO 7523
Nosy @pitrou, @giampaolo, @bitdancer, @lekma
Files
  • Issue7523.diff
  • Issue7523_2.diff
  • Issue7523_3.diff
  • issue7523_py3k.diff: Ported to py3k patch
  • issue7523_py3k_accept4.diff: Added accept4 via ifdef
  • issue7523_py3k_accept4_1.diff: new test and proper accept4 check
  • issue7523_py3k_accept4_2.diff
  • 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 = None
    closed_at = <Date 2010-10-14.15:22:38.311>
    created_at = <Date 2009-12-16.11:00:36.889>
    labels = ['type-feature', 'library']
    title = 'add SOCK_NONBLOCK and SOCK_CLOEXEC to socket module'
    updated_at = <Date 2011-10-27.16:45:04.317>
    user = 'https://github.com/lekma'

    bugs.python.org fields:

    activity = <Date 2011-10-27.16:45:04.317>
    actor = 'nvetoshkin'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-10-14.15:22:38.311>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2009-12-16.11:00:36.889>
    creator = 'lekma'
    dependencies = []
    files = ['15573', '15578', '15621', '19200', '19206', '19223', '19226']
    hgrepos = []
    issue_num = 7523
    keywords = ['patch']
    message_count = 25.0
    messages = ['96482', '96484', '96504', '96513', '96551', '96559', '96598', '96609', '96666', '97636', '97641', '97699', '111182', '111183', '118457', '118463', '118471', '118473', '118569', '118581', '118583', '118584', '118668', '146502', '146503']
    nosy_count = 7.0
    nosy_names = ['exarkun', 'pitrou', 'giampaolo.rodola', 'r.david.murray', 'lekma', 'nvetoshkin', 'BreamoreBoy']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue7523'
    versions = ['Python 3.2']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions