Files
cpython/Modules
Victor Stinner 85ce0a7178 bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Refactor path configuration code:

* read_pth_file() now returns PyStatus to report errors, rather than
  calling Py_FatalError().
* Move argv0_path and zip_path buffers out of PyCalculatePath
  structures.
* On Windows, _PyPathConfig.home is now preferred over PyConfig.home.
2019-09-24 00:55:48 +02:00
..
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2019-09-15 15:51:44 +01:00

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