Skip to content

asyncio: ugly error related to signal handlers at exit if the loop is not closed explicitly #70321

Closed
@AlexBrandt

Description

@AlexBrandt
BPO 26133
Nosy @gvanrossum, @vstinner, @asvetlov, @1st1
PRs
  • bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown #4956
  • [3.6] bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (GH-4956) #4962
  • bpo-26133: Clear signals list on interpreter finalizing #5002
  • [3.6] bpo-26133: Clear signals list on interpreter finalizing (GH-5002) #5003
  • bpo-26133: Fix typos #5010
  • [3.6] bpo-26133: Fix typos (GH-5010) #5014
  • 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/asvetlov'
    closed_at = <Date 2017-12-24.12:32:05.842>
    created_at = <Date 2016-01-16.19:06:06.630>
    labels = ['3.7', 'type-crash', 'expert-asyncio']
    title = 'asyncio: ugly error related to signal handlers at exit if the loop is not closed explicitly'
    updated_at = <Date 2017-12-26.10:29:35.838>
    user = 'https://bugs.python.org/AlexBrandt'

    bugs.python.org fields:

    activity = <Date 2017-12-26.10:29:35.838>
    actor = 'asvetlov'
    assignee = 'asvetlov'
    closed = True
    closed_date = <Date 2017-12-24.12:32:05.842>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2016-01-16.19:06:06.630>
    creator = 'Alex Brandt'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 26133
    keywords = ['patch']
    message_count = 15.0
    messages = ['258401', '258402', '258429', '258432', '259592', '308819', '308828', '308830', '308859', '308875', '308890', '308995', '308996', '309054', '309056']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'vstinner', 'asvetlov', 'yselivanov', 'Alex Brandt', 'hlellelid']
    pr_nums = ['4956', '4962', '5002', '5003', '5010', '5014']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue26133'
    versions = ['Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifetopic-asynciotype-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions