SIGN IN SIGN UP

gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)

Add new functions to convert C <stdint.h> numbers from/to Python int:

* PyLong_FromInt32()
* PyLong_FromUInt32()
* PyLong_FromInt64()
* PyLong_FromUInt64()
* PyLong_AsInt32()
* PyLong_AsUInt32()
* PyLong_AsInt64()
* PyLong_AsUInt64()
V
Victor Stinner committed
4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f
Parent: 1a0b828
Committed by GitHub <noreply@github.com> on 8/28/2024, 10:16:13 AM