Issue 34622: Extract asyncio exceptions into a separate file (original) (raw)
Created on 2018-09-10 19:44 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 9141 | merged | asvetlov,2018-09-10 19:45 |
Messages (2) | ||
---|---|---|
msg324952 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2018-09-10 19:44 |
Their public import paths are still the same, e.g. `asyncio.CancelledError`. The change pursuits a better asyncio internal code structure. | ||
msg325033 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2018-09-11 17:13 |
New changeset 0baa72f4b2e7185298d09cf64c7b591efcd22af0 by Andrew Svetlov in branch 'master': bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) https://github.com/python/cpython/commit/0baa72f4b2e7185298d09cf64c7b591efcd22af0 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:05 | admin | set | github: 78803 |
2018-09-11 17:13:30 | asvetlov | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2018-09-11 17:13:07 | asvetlov | set | messages: + |
2018-09-10 19:45:03 | asvetlov | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest8591> |
2018-09-10 19:44:34 | asvetlov | set | nosy: + yselivanovcomponents: + asyncioversions: + Python 3.8 |
2018-09-10 19:44:24 | asvetlov | create |