Files
cpython/Modules
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
..
2019-06-18 21:55:59 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.