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 Mark.Shannon, eric.snow, fabioz, vstinner
Date 2020-03-13.12:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584101212.48.0.309320710966.issue39947@roundup.psfhosted.org>
In-reply-to
Content
> As a note, externally I have to use it in pydevd to set the tracing for different threads -- i.e.: https://bugs.python.org/issue35370 Will that still be possible?

My intent is not to prevent third-party C extension modules to modify PyThreadState, but to make the structure opaque. I mean that we should add getter and setter function for the most commonly used PyThreadState fields.
History
Date User Action Args
2020-03-13 12:06:52vstinnersetrecipients: + vstinner, fabioz, Mark.Shannon, eric.snow
2020-03-13 12:06:52vstinnersetmessageid: <1584101212.48.0.309320710966.issue39947@roundup.psfhosted.org>
2020-03-13 12:06:52vstinnerlinkissue39947 messages
2020-03-13 12:06:52vstinnercreate