You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mypyc] Add internal import for _PyUnicode_CheckConsistency for py 3.13 (#19045)
In debug build of Python 3.13, mypyc fails to build due to
`_PyUnicode_CheckConsistency` being moved to internal. Let's include
this, but only for Python 3.13 and only for debug builds. Technically,
the assert doesn't need to be behind a Py_DEBUG, but just in case...
0 commit comments