STINNER Victor <[email protected]> added the comment:
PR 12087 is a WIP change which implements everything as a single commit. I'm not 100% sure yet that it's best approach for Python initialization, but I'm sure that it solves real interdependencies issues between _PyCoreConfig parameters. IHMO have a "pre-initialization" step to setup the memory allocator and the encodings is a better design. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36142> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
