cpython/Programs
Victor Stinner 67310023f2
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().
2019-07-01 19:52:45 +02:00
..
_freeze_importlib.c bpo-36763: Use PyConfig_Clear() (GH-14445) 2019-07-01 19:52:45 +02:00
_testembed.c bpo-36763: Use PyConfig_Clear() (GH-14445) 2019-07-01 19:52:45 +02: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)