This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twouters
Recipients twouters, vinay.sajip, vstinner
Date 2019-10-05.15:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570288573.09.0.957200771425.issue38376@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-05 15:16:13twouterssetrecipients: + twouters, vinay.sajip, vstinner
2019-10-05 15:16:13twouterssetmessageid: <1570288573.09.0.957200771425.issue38376@roundup.psfhosted.org>
2019-10-05 15:16:13twouterslinkissue38376 messages
2019-10-05 15:16:13twouterscreate