Skip to content

asyncio: transports don't support switching between Protocol and BufferedProtocol #77835

@1st1

Description

@1st1
BPO 33654
Nosy @ned-deily, @asvetlov, @1st1, @miss-islington
PRs
  • bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() #7130
  • [3.7] bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) #7164
  • bpo-33654: Support protocol type switching in SSLTransport.set_protocol() #7194
  • [3.7] bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) #7198
  • 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/1st1'
    closed_at = <Date 2018-05-28.19:14:06.583>
    created_at = <Date 2018-05-26.17:08:31.631>
    labels = ['3.8', 'type-bug', '3.7', 'expert-asyncio']
    title = "asyncio: transports don't support switching between Protocol and BufferedProtocol"
    updated_at = <Date 2018-05-29.09:19:15.519>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2018-05-29.09:19:15.519>
    actor = 'miss-islington'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2018-05-28.19:14:06.583>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-05-26.17:08:31.631>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33654
    keywords = ['patch']
    message_count = 8.0
    messages = ['317743', '317745', '317748', '317750', '317897', '317900', '317990', '317994']
    nosy_count = 4.0
    nosy_names = ['ned.deily', 'asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['7130', '7164', '7194', '7198']
    priority = 'high'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33654'
    versions = ['Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions