[issue33919] Expose _PyCoreConfig structure to Python

STINNER Victor report at bugs.python.org
Tue May 14 22:07:27 EDT 2019


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

Update. I implemented _testinternalcapi.get_configs() which exports *all* Python configuration used to initialize Python. It contains the hash seed for example. The function is only written for tests.

Moreover, I proposed the PEP 587 to expose the new _PyCoreConfig as a public C API.

----------

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


More information about the Python-bugs-list mailing list