[issue32096] Py_DecodeLocale() fails if used before the runtime is initialized.

Nick Coghlan report at bugs.python.org
Wed Nov 22 05:37:31 EST 2017


Nick Coghlan <ncoghlan at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32096>
_______________________________________


More information about the Python-bugs-list mailing list