0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Include/cpython
Victor Stinner 3edcf743e8
gh-106320: Remove private _PyLong_Sign() (#108743)
Move the private _PyLong_Sign() and _PyLong_NumBits() functions
to the internal C API (pycore_long.h).

Modules/_testcapi/long.c now uses the internal C API.
2023-09-01 09:13:07 +02:00
..
abstract.h
bytearrayobject.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h
compile.h
complexobject.h
context.h
descrobject.h
dictobject.h
fileobject.h
fileutils.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
import.h
initconfig.h
interpreteridobject.h
listobject.h
longintrepr.h
longobject.h gh-106320: Remove private _PyLong_Sign() (#108743) 2023-09-01 09:13:07 +02:00
memoryobject.h
methodobject.h
modsupport.h
object.h
objimpl.h
odictobject.h
optimizer.h
picklebufobject.h
pthread_stubs.h
pyatomic_gcc.h
pyatomic_msc.h
pyatomic_std.h
pyatomic.h
pyctype.h
pydebug.h
pyerrors.h
pyfpe.h
pyframe.h
pylifecycle.h
pymem.h
pystate.h
pythonrun.h
pythread.h
setobject.h
sysmodule.h
traceback.h
tracemalloc.h
tupleobject.h
unicodeobject.h
warnings.h
weakrefobject.h