[issue38376] ./configure --with-assertions generates a broken build

Thomas Wouters report at bugs.python.org
Sat Oct 5 11:16:13 EDT 2019


Thomas Wouters <thomas at python.org> added the comment:

The problem is _PyUnicode_CheckConsistency switched from being only defined when Py_DEBUG is set, to being defined unconditionally. That was a good change, but it made the API-compatibility hack of #defining _PyUnicode_CheckConsistency in Include/unicodeobject.h do the wrong thing. PR #16594.

----------
stage: patch review -> 

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38376>
_______________________________________


More information about the Python-bugs-list mailing list