gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
* gh-106320: Re-add _PyLong_FromByteArray(), _PyLong_AsByteArray() and _PyLong_GCD() to the public header files since they are used by third-party packages and there is no efficient replacement. See https://github.com/python/cpython/issues/111140 See https://github.com/python/cpython/issues/111139 * gh-111262: Re-add _PyDict_Pop() to have a C-API until a new public one is designed.
S
scoder committed
a8a89fcd1ff03bb2f10126e0973faa74871874c3
Parent: b2ba298
Committed by GitHub <noreply@github.com>
on 10/25/2023, 9:33:48 AM