Files
cpython/Objects
Nadeem Vawda 3d5881ec2b Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.
PyLong_AsDouble() and PyLong_AsUnsignedLongLong() now raise TypeError (rather
than SystemError) when passed a non-integer argument, matching the behavior of
all the other PyLong_As*() functions.
2011-09-07 21:40:26 +02:00
..
2010-12-03 20:14:31 +00:00
2011-09-01 16:33:56 -04:00
2010-12-03 20:14:31 +00:00