Add helper functions for creating PyLong sup-types. In Python 3.12 it's no longer practical to manipulate PyLongObject values directly. Resolve by creating PyLongObject and copying the values to a newly created sub-type.
Add helper functions for creating PyLong sup-types. In Python 3.12 it's no longer practical to manipulate PyLongObject values directly. Resolve by creating PyLongObject and copying the values to a newly created sub-type.