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:54:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412675675.79.0.401186127694.issue22572@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we should more checks in debug mode in the Server class? For example, loop.call_soon() raises an AssertionError if it is called from the "wrong" thread" in debug mode.
History
Date User Action Args
2014-10-07 09:54:35vstinnersetrecipients: + vstinner, gvanrossum, r.david.murray, yselivanov
2014-10-07 09:54:35vstinnersetmessageid: <1412675675.79.0.401186127694.issue22572@psf.upfronthosting.co.za>
2014-10-07 09:54:35vstinnerlinkissue22572 messages
2014-10-07 09:54:35vstinnercreate