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

Implement Server.get_loop() method #76599

Closed
asvetlov opened this issue Dec 23, 2017 · 2 comments
Closed

Implement Server.get_loop() method #76599

asvetlov opened this issue Dec 23, 2017 · 2 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement

Comments

@asvetlov
Copy link
Contributor

BPO 32418
Nosy @asvetlov, @1st1
PRs
  • bpo-32418: Add get_loop() method on Server, AbstractServer classes #4997
  • bpo-32418: Postfix, raise NotImplementdError and close resources in tests #5052
  • 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-30.17:10:16.673>
    created_at = <Date 2017-12-23.19:10:59.915>
    labels = ['3.7', 'type-feature', 'library', 'expert-asyncio']
    title = 'Implement Server.get_loop() method'
    updated_at = <Date 2017-12-30.17:10:16.672>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2017-12-30.17:10:16.672>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-30.17:10:16.673>
    closer = 'asvetlov'
    components = ['Library (Lib)', 'asyncio']
    creation = <Date 2017-12-23.19:10:59.915>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32418
    keywords = ['patch']
    message_count = 2.0
    messages = ['308963', '309241']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['4997', '5052']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32418'
    versions = ['Python 3.7']

    @asvetlov
    Copy link
    Contributor Author

    Future and Task will have the method (bpo-32415)
    AbstractServer and Server should support it too.

    @asvetlov asvetlov added 3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement labels Dec 23, 2017
    @asvetlov
    Copy link
    Contributor Author

    New changeset ffcb4c0 by Andrew Svetlov in branch 'master':
    bpo-32418: Postfix, raise NotImplementdError and close resources in tests (bpo-5052)
    ffcb4c0

    @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
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant