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

asyncio: Add loop.get_exception_handler method #71227

Closed
1st1 opened this issue May 16, 2016 · 4 comments
Closed

asyncio: Add loop.get_exception_handler method #71227

1st1 opened this issue May 16, 2016 · 4 comments
Assignees
Labels
topic-asyncio type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented May 16, 2016

BPO 27040
Nosy @gvanrossum, @vstinner, @1st1

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 2016-05-16.19:19:48.020>
created_at = <Date 2016-05-16.19:19:40.395>
labels = ['type-feature', 'expert-asyncio']
title = 'asyncio: Add loop.get_exception_handler method'
updated_at = <Date 2016-05-16.23:03:06.048>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-05-16.23:03:06.048>
actor = 'yselivanov'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-05-16.19:19:48.020>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-05-16.19:19:40.395>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 27040
keywords = []
message_count = 4.0
messages = ['265723', '265728', '265737', '265738']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'vstinner', 'python-dev', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27040'
versions = ['Python 3.5', 'Python 3.6']

@1st1
Copy link
Member Author

1st1 commented May 16, 2016

This is a proxy issue for python/asyncio#345

@1st1 1st1 self-assigned this May 16, 2016
@1st1 1st1 added topic-asyncio type-feature A feature request or enhancement labels May 16, 2016
@1st1 1st1 closed this as completed May 16, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented May 16, 2016

New changeset f51ecf47d416 by Yury Selivanov in branch '3.5':
Issue bpo-27040: Add loop.get_exception_handler method
https://hg.python.org/cpython/rev/f51ecf47d416

New changeset a3db6aee74f3 by Yury Selivanov in branch 'default':
Merge 3.5 (issue bpo-27040)
https://hg.python.org/cpython/rev/a3db6aee74f3

@vstinner
Copy link
Member

resolution: -> fixed

Hum, it looks like the new method is not documented :-(

https://docs.python.org/dev/library/asyncio-eventloop.html#error-handling-api

@1st1
Copy link
Member Author

1st1 commented May 16, 2016

Give it some time ;)
https://hg.python.org/cpython/rev/83450939b106

@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
topic-asyncio type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants