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 int19h
Recipients aldwinaldwin, brett.cannon, eric.snow, fabioz, int19h, vstinner
Date 2019-06-27.15:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561651092.04.0.00557220081483.issue37416@roundup.psfhosted.org>
In-reply-to
Content
Debuggers will have to work around this in past Python versions that they support (which still includes Python 2 for pretty much all of them), so this is solely about resolving the inconsistency for the future. No point rushing it for 3.8 specifically.

(The most likely immediate workaround will be that, instead of invoking PyEval_InitThreads on the main thread via Py_AddPendingCall, we will simply use the same facility to exec "import threading" on the main thread.)
History
Date User Action Args
2019-06-27 15:58:12int19hsetrecipients: + int19h, brett.cannon, vstinner, fabioz, eric.snow, aldwinaldwin
2019-06-27 15:58:12int19hsetmessageid: <1561651092.04.0.00557220081483.issue37416@roundup.psfhosted.org>
2019-06-27 15:58:12int19hlinkissue37416 messages
2019-06-27 15:58:11int19hcreate