Skip to content

asyncio sock_recv blocks on ssl sockets. #81585

@blackblood

Description

@blackblood
BPO 37404
Nosy @tiran, @asvetlov, @1st1, @miss-islington, @blackblood, @idomic
PRs
  • bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions #14457
  • bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions #16457
  • [3.7] bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) #17495
  • [3.8] bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) #17496
  • bpo-37404: Fix check for ssl.SSLSocket #17526
  • Files
  • server_client: Server/Client Code to replicate the issue. Note: You'll have to create the certificate.pem and key.pem files
  • 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/tiran'
    closed_at = <Date 2020-02-03.10:16:45.842>
    created_at = <Date 2019-06-25.19:36:21.829>
    labels = ['easy', 'expert-SSL', 'type-bug', '3.8', '3.9', '3.7', 'expert-asyncio']
    title = 'asyncio sock_recv blocks on ssl sockets.'
    updated_at = <Date 2020-02-03.10:16:45.841>
    user = 'https://github.com/blackblood'

    bugs.python.org fields:

    activity = <Date 2020-02-03.10:16:45.841>
    actor = 'asvetlov'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2020-02-03.10:16:45.842>
    closer = 'asvetlov'
    components = ['asyncio', 'SSL']
    creation = <Date 2019-06-25.19:36:21.829>
    creator = 'AkshayTakkar'
    dependencies = []
    files = ['48437']
    hgrepos = []
    issue_num = 37404
    keywords = ['patch', 'easy', 'newcomer friendly']
    message_count = 11.0
    messages = ['346550', '346552', '346597', '346598', '346599', '353444', '357971', '357972', '357973', '358086', '361236']
    nosy_count = 6.0
    nosy_names = ['christian.heimes', 'asvetlov', 'yselivanov', 'miss-islington', 'AkshayTakkar', 'Ido Michael']
    pr_nums = ['14457', '16457', '17495', '17496', '17526']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37404'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions