Files
cpython/Objects
Victor Stinner 12174a5dca Issue #22156: Fix "comparison between signed and unsigned integers" compiler
warnings in the Objects/ subdirectory.

PyType_FromSpecWithBases() and PyType_FromSpec() now reject explicitly negative
slot identifiers.
2014-08-15 23:17:38 +02:00
..
2014-06-26 23:29:19 -07:00
2014-07-06 13:04:20 -07:00

Source files for various builtin objects