Re-introduce support for async io in python 3.12 #501
Labels
complex
Issues that require good knowledge of tlslite-ng internals or cryptography
enhancement
new feature to be implemented
help wanted
Milestone
As
asyncore
was removed in 3.12, the TLSAsyncDispatcherMixIn doesn't work any more.Either migrate the class to
asyncio
or provide a separate MixIn class that usesasyncio
.The text was updated successfully, but these errors were encountered: