This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, ngg, vstinner, yselivanov
Date 2016-02-16.20:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455656039.63.0.199873958124.issue26371@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-16 20:53:59vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, ngg
2016-02-16 20:53:59vstinnersetmessageid: <1455656039.63.0.199873958124.issue26371@psf.upfronthosting.co.za>
2016-02-16 20:53:59vstinnerlinkissue26371 messages
2016-02-16 20:53:59vstinnercreate