Nick Coghlan <ncogh...@gmail.com> added the comment:

Speaking of surprises with static initialization of the runtime allocations: 
both PRs are failing in CI, suggesting that the changes that Py_Initialize 
makes to the allocator settings aren't being reverted in Py_Finalize, so 
there's a mismatch between the allocation function and the deallocation 
function.

----------

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

Reply via email to