SIGN IN SIGN UP

Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned

... (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).
V
Victor Stinner committed
4ca1cf35fbf042700dfeaf7bf27d3d476eff32a6
Parent: e64322e