]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Aug 2014 21:17:38 +0000 (23:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Aug 2014 21:17:38 +0000 (23:17 +0200)
commit12174a5dcaf1bdcd8d5fd790a8cad07049bddce6
treecd7632afadd1043e9708251c220e872639b767dc
parent98ea54c35c37e4f9a7d7a923a7ccd792f4b7ff90
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.
Objects/exceptions.c
Objects/longobject.c
Objects/setobject.c
Objects/typeobject.c
Objects/unicodeobject.c