| .. |
|
abstract.h
|
|
|
|
bytearrayobject.h
|
|
|
|
bytesobject.h
|
gh-106320: Remove _PyBytes_Join() C API (#107144)
|
2023-07-23 20:10:12 +00:00 |
|
cellobject.h
|
|
|
|
ceval.h
|
Export _PyEval_SetProfile() as a function, not data (#106887)
|
2023-07-19 11:07:40 +00:00 |
|
classobject.h
|
|
|
|
code.h
|
GH-106897: Add RERAISE event to sys.monitoring. (GH-107291)
|
2023-07-27 13:32:30 +01:00 |
|
compile.h
|
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
|
2023-07-20 17:46:04 +01:00 |
|
complexobject.h
|
gh-106320: Add pycore_complexobject.h header file (#106339)
|
2023-07-02 21:19:59 +00:00 |
|
context.h
|
|
|
|
descrobject.h
|
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
|
2023-07-22 20:57:59 +00:00 |
|
dictobject.h
|
gh-106320: Remove private _PyDict C API (#107145)
|
2023-07-24 14:02:03 +00:00 |
|
fileobject.h
|
|
|
|
fileutils.h
|
|
|
|
floatobject.h
|
|
|
|
frameobject.h
|
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
|
2023-07-24 21:20:44 +02:00 |
|
funcobject.h
|
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
|
2023-07-22 21:44:33 +00:00 |
|
genobject.h
|
gh-106320: Move private _PyGen API to the internal C API (#107032)
|
2023-07-22 14:21:16 +00:00 |
|
import.h
|
gh-106320: Remove private _PyImport C API functions (#106383)
|
2023-07-03 23:02:07 +00:00 |
|
initconfig.h
|
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
|
2023-07-24 19:42:04 +00:00 |
|
interpreteridobject.h
|
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
|
2023-07-27 15:30:16 -06:00 |
|
listobject.h
|
|
|
|
longintrepr.h
|
|
|
|
longobject.h
|
|
|
|
memoryobject.h
|
|
|
|
methodobject.h
|
|
|
|
modsupport.h
|
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
|
2023-07-27 16:36:54 +02:00 |
|
object.h
|
gh-106320: Remove private _PyObject C API (#107159)
|
2023-07-23 22:25:48 +00:00 |
|
objimpl.h
|
|
|
|
odictobject.h
|
|
|
|
optimizer.h
|
gh-106608: make uop trace variable length (#107531)
|
2023-08-04 21:10:46 -07:00 |
|
picklebufobject.h
|
|
|
|
pthread_stubs.h
|
|
|
|
pyctype.h
|
|
|
|
pydebug.h
|
|
|
|
pyerrors.h
|
gh-106320: Remove private _PyErr C API functions (#106356)
|
2023-07-03 10:48:50 +00:00 |
|
pyfpe.h
|
|
|
|
pyframe.h
|
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
|
2023-07-24 21:20:44 +02:00 |
|
pylifecycle.h
|
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
|
2023-07-27 15:30:16 -06:00 |
|
pymem.h
|
gh-106320: Remove private _PyMem API (#107187)
|
2023-07-24 18:48:06 +00:00 |
|
pystate.h
|
GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535)
|
2023-08-04 10:10:29 +01:00 |
|
pythonrun.h
|
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
|
2023-07-22 14:45:56 +00:00 |
|
pythread.h
|
|
|
|
setobject.h
|
gh-106320: Move private _PySet API to the internal API (#107041)
|
2023-07-22 17:04:34 +02:00 |
|
sysmodule.h
|
|
|
|
traceback.h
|
|
|
|
tracemalloc.h
|
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
|
2023-07-02 00:49:18 +00:00 |
|
tupleobject.h
|
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
|
2023-07-23 19:16:21 +00:00 |
|
unicodeobject.h
|
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
|
2023-07-27 13:56:59 -06:00 |
|
warnings.h
|
|
|
|
weakrefobject.h
|
|
|