mirror of
https://github.com/python/cpython.git
synced 2026-06-14 07:04:22 -04:00
3d5881ec2b
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.