Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you use stop_serving in proactor loop it's kill all listening servers #73897

Closed
noplay mannequin opened this issue Mar 3, 2017 · 3 comments
Closed

When you use stop_serving in proactor loop it's kill all listening servers #73897

noplay mannequin opened this issue Mar 3, 2017 · 3 comments

Comments

@noplay
Copy link
Mannequin

noplay mannequin commented Mar 3, 2017

BPO 29711
Nosy @noplay, @1st1
PRs
  • bpo-29711: Fix stop_serving in proactor loop kill all listening servers #431
  • 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 = None
    closed_at = <Date 2017-12-19.12:23:48.284>
    created_at = <Date 2017-03-03.14:54:46.438>
    labels = ['expert-asyncio']
    title = "When you use stop_serving in proactor loop it's kill all listening servers"
    updated_at = <Date 2017-12-19.12:23:48.284>
    user = 'https://github.com/noplay'

    bugs.python.org fields:

    activity = <Date 2017-12-19.12:23:48.284>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-19.12:23:48.284>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2017-03-03.14:54:46.438>
    creator = 'noplay'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29711
    keywords = []
    message_count = 3.0
    messages = ['288894', '288895', '308633']
    nosy_count = 2.0
    nosy_names = ['noplay', 'yselivanov']
    pr_nums = ['431']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue29711'
    versions = ['Python 3.5', 'Python 3.6']

    @noplay
    Copy link
    Mannequin Author

    noplay mannequin commented Mar 3, 2017

    If you stop a server when you use the proactor loop all other servers will be killed.

    @noplay noplay mannequin added the topic-asyncio label Mar 3, 2017
    @noplay
    Copy link
    Mannequin Author

    noplay mannequin commented Mar 3, 2017

    I will provide a patch for this

    @1st1
    Copy link
    Member

    1st1 commented Dec 19, 2017

    New changeset 319c034 by Yury Selivanov (Julien Duponchelle) in branch 'master':
    bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
    319c034

    @1st1 1st1 closed this as completed Dec 19, 2017
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant