]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 20:33:42 +0000 (22:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 20:33:42 +0000 (22:33 +0200)
commit08a80b11adc86edb3a7eb186fc69bd27a8a9ea52
treea38d742acf146775b0e2b1ed0f7763f15c344781
parent8aed6f1c7d73dca2ef2b235e99d78a64f06e7d7a
longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on
small integers (0 or 1 digit)
Objects/longobject.c