➜

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.

作者 vstinner
收信人 eric.snow, louielu, ncoghlan, serhiy.storchaka, vstinner
日期 2017-09-05.21:17:14
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1504646234.57.0.506273973114.issue29881@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2017-09-05 21:17:14vstinner修改recipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, louielu
2017-09-05 21:17:14vstinner修改messageid: <1504646234.57.0.506273973114.issue29881@psf.upfronthosting.co.za>
2017-09-05 21:17:14vstinner链接issue29881 messages
2017-09-05 21:17:14vstinner创建