mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
c02b41b1fb
* _Py_FindEnvConfigValue() now returns a string allocated by PyMem_RawMalloc(). * calculate_init() now decodes VPATH macro. * Add calculate_open_pyenv() function. * Add substring() and joinpath2() functions. * Fix add_exe_suffix() And a few cleanup changes.
Source files for standard library extension modules, and former extension modules that are now builtin modules.