Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
_PyLong_Format
with PyNumber_ToBase
`_PyLong_Format` is in Python’s internal, private API; `PyNumber_ToBase` belongs to the Stable API, and is a fairly thin wrapper around `_PyLong_Format` with a bit of extra error checking. Fixes #116.
- Loading branch information