An error occurred fetching the project authors.
  1. 26 Sep, 2019 10 commits
  2. 25 Sep, 2019 20 commits
  3. 24 Sep, 2019 9 commits
  4. 23 Sep, 2019 1 commit
    • Victor Stinner's avatar
      bpo-38234: read_pth_file() now returns PyStatus (GH-16338) · 85ce0a71
      Victor Stinner authored
      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.
      85ce0a71