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, r.david.murray, vstinner, yselivanov
Date 2014-10-07.09:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412675510.42.0.943943340401.issue22572@psf.upfronthosting.co.za>
In-reply-to
Content
> Using call_soon_threadsafe from an addCleanup in the _server method makes it work for me. 

Maybe the documentation on thread safety should be improved? More warnings should be put in the documentation?

https://docs.python.org/dev/library/asyncio-dev.html#concurrency-and-multithreading
History
Date User Action Args
2014-10-07 09:51:50vstinnersetrecipients: + vstinner, gvanrossum, r.david.murray, yselivanov
2014-10-07 09:51:50vstinnersetmessageid: <1412675510.42.0.943943340401.issue22572@psf.upfronthosting.co.za>
2014-10-07 09:51:50vstinnerlinkissue22572 messages
2014-10-07 09:51:50vstinnercreate