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-16.23:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418773720.59.0.919194502637.issue22926@psf.upfronthosting.co.za>
In-reply-to
Content
Guido wrote:
> I'm okay with this approach now.

I'm not sure that I understood your opinion. Are you ok to raise an exception in debug mode if call_soon() is called from a thread which has no event loop attached?

(Currently, an exception is already raised in debug mode, but only if the thread has an attached event loop, but not the good one.)
History
Date User Action Args
2014-12-16 23:48:40vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-12-16 23:48:40vstinnersetmessageid: <1418773720.59.0.919194502637.issue22926@psf.upfronthosting.co.za>
2014-12-16 23:48:40vstinnerlinkissue22926 messages
2014-12-16 23:48:40vstinnercreate