SIGN IN SIGN UP

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.
N
Nadeem Vawda committed
3d5881ec2b600d59c38ca757ecdbfaf6c7d976cf
Parent: 425fcd3