[issue34622] Extract asyncio exceptions into a separate file

2018-09-11 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34622] Extract asyncio exceptions into a separate file

2018-09-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: 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 --

[issue34622] Extract asyncio exceptions into a separate file

2018-09-10 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +8591 stage: -> patch review ___ Python tracker ___ ___

[issue34622] Extract asyncio exceptions into a separate file

2018-09-10 Thread Andrew Svetlov
Change by Andrew Svetlov : -- components: +asyncio nosy: +yselivanov versions: +Python 3.8 ___ Python tracker ___ ___

[issue34622] Extract asyncio exceptions into a separate file

2018-09-10 Thread Andrew Svetlov
New submission from Andrew Svetlov : Their public import paths are still the same, e.g. `asyncio.CancelledError`. The change pursuits a better asyncio internal code structure. -- messages: 324952 nosy: asvetlov priority: normal severity: normal status: open title: Extract asyncio