Summary
Add FFI bindings for new PyLong_* APIs introduced in CPython 3.14+ from longobject.h (PEP-757)
Functions to add
PyLong_GetNativeLayout, PyLong_Export, PyLong_FreeExport
PyLongWriter_* API
This should result in a slight speedup of approximately 1.1–1.5x on 3.14+
Summary
Add FFI bindings for new
PyLong_*APIs introduced in CPython 3.14+ fromlongobject.h(PEP-757)Functions to add
PyLong_GetNativeLayout,PyLong_Export,PyLong_FreeExportPyLongWriter_*APIThis should result in a slight speedup of approximately 1.1–1.5x on 3.14+