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, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2018-05-22.20:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527021594.21.0.682650639539.issue33608@psf.upfronthosting.co.za>
In-reply-to
Content
"That is relatively straight-forward except in one case: indicating that the other interpreter doesn't need the object to exist any more (similar to PyBuffer_Release() but more general)"

Why an interpreter would access an object from a different interpreter? Each interpreter should have its own object space, no?
History
Date User Action Args
2018-05-22 20:39:54vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, yselivanov
2018-05-22 20:39:54vstinnersetmessageid: <1527021594.21.0.682650639539.issue33608@psf.upfronthosting.co.za>
2018-05-22 20:39:54vstinnerlinkissue33608 messages
2018-05-22 20:39:54vstinnercreate