Thomas Wouters <tho...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38376>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to