[issue35265] Internal C API: pass the memory allocator in a context

STINNER Victor report at bugs.python.org
Thu Nov 22 11:31:05 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Honestly, I'm not convinced that the change is worth it. It looks like a giant complication for a very specific use case, whereas the current _PyMem_SetDefaultAllocator() solution "works". I close the issue.

Moreover, bpo-35266 conflicts with issue, and bpo-35266 looks more important than this issue, since it impacts the future public API and remove redundancy.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35265>
_______________________________________


More information about the Python-bugs-list mailing list