Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33607>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to