Message318091
I agree with Victor, we shouldn't add PyObject fields that only have use in certain (minority) situations.
The idea of tracking per arena will be non-trivial to implement, as only small objects (smaller than 512 bytes) use our own allocator; larger objects go to the system allocator.
Can I ask why you're considering this? I thought you didn't want to transfer ownership between interpreters. |
|
| Date |
User |
Action |
Args |
| 2018-05-29 20:55:34 | pitrou | set | recipients:
+ pitrou, ncoghlan, vstinner, eric.snow |
| 2018-05-29 20:55:34 | pitrou | set | messageid: <[email protected]> |
| 2018-05-29 20:55:34 | pitrou | link | issue33607 messages |
| 2018-05-29 20:55:34 | pitrou | create | |
|