mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
be436e08b8
* Rename _PyLong_AsInt() to PyLong_AsInt(). * Add documentation. * Add test. * For now, keep _PyLong_AsInt() as an alias to PyLong_AsInt().