diff options
author | Victor Stinner <vstinner@python.org> | 2024-08-28 10:16:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 10:16:13 (GMT) |
commit | 4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f (patch) | |
tree | de2034d6cf355311457c02ba37a73a7932568639 /Modules/_stat.c | |
parent | 1a0b828994ed4ec1f2ba05123995a7d1e852f4b4 (diff) | |
download | cpython-4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f.zip cpython-4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f.tar.gz cpython-4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f.tar.bz2 |
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()
Diffstat (limited to 'Modules/_stat.c')
0 files changed, 0 insertions, 0 deletions