arhadthedev / cpython

The Python programming language
https://www.python.org/
Other
1 stars 1 forks source link

Remove asyncore and asyncio from CPython code #4

Closed arhadthedev closed 2 years ago

arhadthedev commented 2 years ago

PEP 594 removes asynchat and asyncore modules from Python 3.12 onwards. This issue tracks what needs to be done to implement this part of the PEP.

Note that some preparation entries below require not-yet-existing asyncio.StreamWriter.shutdown_tls(). The method, in its turn, needs asyncio infrastructural changes described in python#92679.

The list:

arhadthedev commented 2 years ago

Closed in favor of CPython issue 93243.