mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
850566b644
the PyInt_AsLong function, and this returns a long, the value is first retrieved with PyLong_AsLong, but afterwards overwritten by a call to PyInt_AS_LONG. Fixes SF #690253.