diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-23 22:55:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 22:55:48 (GMT) |
commit | 85ce0a7178801b538160cbb5cf9ef50a713c45bf (patch) | |
tree | fbb8bdf8ba879f0164ff5fdc3cfd89d0a901bd2d /Include | |
parent | 9c42f8cda552694f3b47d6388d4ae84d61731872 (diff) | |
download | cpython-85ce0a7178801b538160cbb5cf9ef50a713c45bf.zip cpython-85ce0a7178801b538160cbb5cf9ef50a713c45bf.tar.gz cpython-85ce0a7178801b538160cbb5cf9ef50a713c45bf.tar.bz2 |
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.
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions