Files
cpython/Objects
Victor Stinner 4ca1cf35fb 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).
2012-10-30 23:40:45 +01:00
..
2012-05-01 09:51:46 -04:00
2012-10-06 14:03:24 +02:00
2012-09-28 16:43:40 +03:00
2012-09-29 13:47:39 -04:00