mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
4ca1cf35fb
... (unsigned long and unsigned int) to avoid an undefined behaviour with Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is now unsigned too (unsigned long, instead of long).