cpython/Programs
Miss Islington (bot) 4c227e6a56
bpo-36763: Use PyConfig_Clear() (GH-14445)
Stop using "static PyConfig", PyConfig must now always use
dynamically allocated strings: use PyConfig_SetString(),
PyConfig_SetArgv() and PyConfig_Clear().
(cherry picked from commit 67310023f2)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-07-01 11:28:55 -07:00
..
README
_freeze_importlib.c bpo-36763: Use PyConfig_Clear() (GH-14445) 2019-07-01 11:28:55 -07:00
_testembed.c bpo-36763: Use PyConfig_Clear() (GH-14445) 2019-07-01 11:28:55 -07:00
python.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00

README

Source files for binary executables (as opposed to shared modules)