Skip to content

asyncio.add_signal_handler call fails if not on main thread #78860

@jnwatson

Description

@jnwatson
mannequin
BPO 34679
Nosy @vstinner, @ned-deily, @asvetlov, @ambv, @1st1, @jnwatson, @miss-islington, @tirkarthi, @epiphyte, @aeros, @bslatkin
PRs
  • bpo-34679: Add conditional to BaseProactorEventLoop init #15477
  • bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread #15492
  • [3.8] bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492) #15512
  • bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread #16901
  • [3.8] bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) #16902
  • 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 2019-08-26.09:53:15.031>
    created_at = <Date 2018-09-14.15:27:45.465>
    labels = ['type-bug', '3.8', '3.9', 'release-blocker', 'expert-asyncio']
    title = 'asyncio.add_signal_handler call fails if not on main thread'
    updated_at = <Date 2019-10-23.15:44:03.600>
    user = 'https://github.com/jnwatson'

    bugs.python.org fields:

    activity = <Date 2019-10-23.15:44:03.600>
    actor = 'miss-islington'
    assignee = 'asvetlov'
    closed = True
    closed_date = <Date 2019-08-26.09:53:15.031>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2018-09-14.15:27:45.465>
    creator = 'jnwatson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34679
    keywords = ['patch', 'needs review']
    message_count = 16.0
    messages = ['325350', '326426', '347525', '347546', '350288', '350298', '350304', '350399', '350401', '350463', '350464', '350472', '350515', '350518', '355230', '355233']
    nosy_count = 11.0
    nosy_names = ['vstinner', 'ned.deily', 'asvetlov', 'lukasz.langa', 'yselivanov', 'jnwatson', 'miss-islington', 'xtreak', 'epiphyte', 'aeros', 'haxor']
    pr_nums = ['15477', '15492', '15512', '16901', '16902']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34679'
    versions = ['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