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 eric.snow, louielu, ncoghlan, serhiy.storchaka, vstinner
Date 2017-09-05.21:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504646234.57.0.506273973114.issue29881@psf.upfronthosting.co.za>
In-reply-to
Content
My PR 780 doesn't support multiple Python interpreters in the same process. To support that, we need a more advanced solution. For example, add an hash table in the interpreter structure using the variable memory address as the key.

Maybe we can move step by step and start with the PR 780, and only later support multiple interpreters. PR 780 enhances the most common case, Python running a single interpreter.
History
Date User Action Args
2017-09-05 21:17:14vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, louielu
2017-09-05 21:17:14vstinnersetmessageid: <1504646234.57.0.506273973114.issue29881@psf.upfronthosting.co.za>
2017-09-05 21:17:14vstinnerlinkissue29881 messages
2017-09-05 21:17:14vstinnercreate