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 vstinner
Date 2021-02-19.11:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613735963.3.0.941946997765.issue43268@roundup.psfhosted.org>
In-reply-to
Content
I modified many internal C functions to pass the current Python thread state (tstate), but in practice, only the current interpreter (interp) is needed.
History
Date User Action Args
2021-02-19 11:59:23vstinnersetrecipients: + vstinner
2021-02-19 11:59:23vstinnersetmessageid: <1613735963.3.0.941946997765.issue43268@roundup.psfhosted.org>
2021-02-19 11:59:23vstinnerlinkissue43268 messages
2021-02-19 11:59:23vstinnercreate