immutables icon indicating copy to clipboard operation
immutables copied to clipboard

Replace `_PyLong_Format` with `PyNumber_ToBase`

Open musicinmybrain opened this issue 1 month ago • 0 comments

_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.

musicinmybrain avatar Jun 05 '24 16:06 musicinmybrain