[issue26371] asynchat.async_chat and asyncore.dispatcher_with_send are not thread-safe

STINNER Victor report at bugs.python.org
Tue Feb 16 15:53:59 EST 2016


STINNER Victor added the comment:

asynchat is now deprecated in favor of asyncio.

Almost all asyncio functions are not thread-safe, it's now well documented, see the general info:
https://docs.python.org/dev/library/asyncio-dev.html#concurrency-and-multithreading

If we do something, I suggest to only touch asynchat doc to explain well that asyncore and asynchat are not thread-safe.

----------
components: +asyncio
nosy: +gvanrossum, haypo, yselivanov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26371>
_______________________________________


More information about the Python-bugs-list mailing list