mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
d38b1c74f3
Generalize PyLong_AsLongLong to accept int arguments too. The real point is so that PyArg_ParseTuple's 'L' code does too. That code was undocumented (AFAICT), so documented it.