Sanyam Khurana <sanyam.khuran...@gmail.com> added the comment:

I used git bisect to track down the commit that broke the build.

Seems like this is the SHA: ebac19dad6263141d5db0a2c923efe049dba99d2

ebac19dad6263141d5db0a2c923efe049dba99d2 is the first bad commit
commit ebac19dad6263141d5db0a2c923efe049dba99d2
Author: Victor Stinner <victor.stin...@gmail.com>
Date:   Fri Dec 1 20:09:52 2017 +0100

    bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)

    Changes:

    * _PyPathConfig_Fini() cannot be called in Py_FinalizeEx().
      Py_Initialize() and Py_Finalize() can be called multiple times, but
      it must not "forget" parameters set by Py_SetProgramName(),
      Py_SetPath() or Py_SetPythonHome(), whereas _PyPathConfig_Fini()
      clear all these parameters.
    * config_get_program_name() and calculate_program_full_path() now
      also decode paths using Py_DecodeLocale() to use the
      surrogateescape error handler, rather than decoding using
      mbstowcs() which is strict.
    * Change _Py_CheckPython3() prototype: () => (void)
    * Truncate a few lines which were too long

:040000 040000 de4ec929ff3fcd3c6455d8dae4d16e47fdd32ad5 
8b289341f1b5e68757ac3b111a7f11808f5de1ec M      Include
:040000 040000 ecddc93b37f74818d85f6d8e8ab0e0c57e893c03 
c51971a3af2b6f163e625505265277410bb9eedd M      Modules
:040000 040000 b92d30ac6375b7dde865a878e701684dd400e742 
7d5d8810407060f32c9cbce20dcfc6f9d425524f M      PC
:040000 040000 537f9e0e6a27b41178fe7b828a8da99c63cc2d9b 
b14940c66180023a3704ad3949367db3e82ca832 M      Python

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32197>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to