cpython/Include/cpython
2024-01-12 11:58:23 +00:00
..
abstract.h gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
bytearrayobject.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680) 2024-01-05 09:45:22 +00:00
compile.h gh-107149: make new opcode util functions private rather than public and unstable (#112042) 2023-11-14 00:31:02 +00:00
complexobject.h gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
context.h
descrobject.h
dictobject.h gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119) 2023-11-15 17:10:06 +00:00
fileobject.h
fileutils.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
import.h
initconfig.h
interpreteridobject.h
listobject.h gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) 2023-11-13 16:14:56 +00:00
longintrepr.h gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
longobject.h gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
memoryobject.h
methodobject.h
object.h gh-113750: Fix object resurrection in free-threaded builds (gh-113751) 2024-01-06 12:12:26 +09:00
objimpl.h
odictobject.h
optimizer.h GH-113860: Get rid of _PyUOpExecutorObject (GH-113954) 2024-01-12 11:58:23 +00:00
picklebufobject.h
pthread_stubs.h
pyatomic.h
pyatomic_gcc.h
pyatomic_msc.h
pyatomic_std.h
pyctype.h
pydebug.h
pyerrors.h
pyfpe.h
pyframe.h
pyhash.h gh-111545: Add Py_HashPointer() function (#112096) 2023-12-06 15:09:22 +01:00
pylifecycle.h
pymem.h
pystate.h GH-112215: Increase C recursion limit for non debug builds (GH-113397) 2023-12-22 14:25:25 +00:00
pystats.h gh-112320: Implement on-trace confidence tracking for branches (#112321) 2023-12-12 21:43:08 +00:00
pythonrun.h
pythread.h
setobject.h
sysmodule.h gh-106560: Fix redundant declarations in Include/ (#112611) 2023-12-03 12:16:31 +01:00
traceback.h
tracemalloc.h
tupleobject.h
unicodeobject.h gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
warnings.h
weakrefobject.h