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, vstinner, yselivanov
Date 2014-12-25.23:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419549600.97.0.0201710162381.issue22926@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to commit check_thread-3.patch if nobody complains: in debug mode, call_soon(), call_at() and call_later() now check threading.get_ident() to ensure that they are called from the thread running the event loop.
History
Date User Action Args
2014-12-25 23:20:01vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-12-25 23:20:00vstinnersetmessageid: <1419549600.97.0.0201710162381.issue22926@psf.upfronthosting.co.za>
2014-12-25 23:20:00vstinnerlinkissue22926 messages
2014-12-25 23:20:00vstinnercreate