mirror of
https://github.com/python/cpython.git
synced 2024-11-25 09:39:56 +01:00
4c6dca8292
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() |
||
---|---|---|
.. | ||
clinic | ||
abstract.c | ||
bytearray.c | ||
bytes.c | ||
complex.c | ||
dict.c | ||
eval.c | ||
float.c | ||
heaptype_relative.c | ||
list.c | ||
long.c | ||
object.c | ||
parts.h | ||
pyos.c | ||
set.c | ||
sys.c | ||
testcapi_long.h | ||
tuple.c | ||
unicode.c | ||
util.h | ||
vectorcall_limited.c |