PEP 594 removesasynchat 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:
Preparation (found with asynchat|asyncore search in file content)
PEP 594 removes
asynchat
andasyncore
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, needsasyncio
infrastructural changes described in python#92679.The list:
asynchat|asyncore
search in file content)test