Message 317344 - Python tracker
Message317344
| 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:54 | vstinner | set | recipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, yselivanov |
| 2018-05-22 20:39:54 | vstinner | set | messageid: <1527021594.21.0.682650639539.issue33608@psf.upfronthosting.co.za> |
| 2018-05-22 20:39:54 | vstinner | link | issue33608 messages |
| 2018-05-22 20:39:54 | vstinner | create | |