Skip to content

Add socket.bind_socket() convenience function #61761

@giampaolo

Description

@giampaolo
BPO 17561
Nosy @loewis, @gpshead, @jaraco, @nirs, @pitrou, @vstinner, @giampaolo, @bitdancer, @asvetlov, @berkerpeksag, @vadmium, @jleedev, @csabella
PRs
  • bpo-17561: add socket.create_server_sock() and socket.has_dual_stack() #11215
  • bpo-35934: Add socket.create_server() utility function #11784
  • BPO-17561: set create_server backlog default to None #12735
  • Files
  • socket.patch: adds create_server_sock()
  • socket2.patch: disable IPV6_V6ONLY, adds has_dual_stack()
  • 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/giampaolo'
    closed_at = <Date 2019-04-09.10:34:52.387>
    created_at = <Date 2013-03-27.16:48:29.927>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Add socket.bind_socket() convenience function'
    updated_at = <Date 2019-04-09.17:53:09.958>
    user = 'https://github.com/giampaolo'

    bugs.python.org fields:

    activity = <Date 2019-04-09.17:53:09.958>
    actor = 'vstinner'
    assignee = 'giampaolo.rodola'
    closed = True
    closed_date = <Date 2019-04-09.10:34:52.387>
    closer = 'giampaolo.rodola'
    components = ['Library (Lib)']
    creation = <Date 2013-03-27.16:48:29.927>
    creator = 'giampaolo.rodola'
    dependencies = []
    files = ['29596', '29600']
    hgrepos = []
    issue_num = 17561
    keywords = ['patch', 'needs review']
    message_count = 29.0
    messages = ['185348', '185362', '185369', '185370', '185372', '185374', '185443', '185447', '185456', '185483', '185486', '185487', '185489', '185497', '185499', '185765', '185849', '185919', '327719', '331943', '331944', '335021', '335036', '335285', '339678', '339687', '339694', '339723', '339794']
    nosy_count = 20.0
    nosy_names = ['loewis', 'gregory.p.smith', 'jaraco', 'nirs', 'pitrou', 'vstinner', 'giampaolo.rodola', 'josiah.carlson', 'r.david.murray', 'asvetlov', 'neologix', 'berker.peksag', 'martin.panter', 'jpokorny', 'jleedev', 'dazhaoyu', 'andreasr', 'Carlos.Ralli', 'Paul Marks', 'cheryl.sabella']
    pr_nums = ['11215', '11784', '12735']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17561'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifestdlibStandard 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