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 pitrou
Recipients asvetlov, eric.snow, ncoghlan, pitrou, tim.peters
Date 2017-09-19.13:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505826425.51.0.924281498046.issue31517@psf.upfronthosting.co.za>
In-reply-to
Content
Fixing this will require thinking out what the "main thread" of an interpreter really is.  Is it the thread in which PyInterpreterState_New() is called?

(note this is not the same thing as the "main thread" in the signal module, which is process-global)
History
Date User Action Args
2017-09-19 13:07:05pitrousetrecipients: + pitrou, tim.peters, ncoghlan, asvetlov, eric.snow
2017-09-19 13:07:05pitrousetmessageid: <1505826425.51.0.924281498046.issue31517@psf.upfronthosting.co.za>
2017-09-19 13:07:05pitroulinkissue31517 messages
2017-09-19 13:07:05pitroucreate