.. |
abstract.h
|
gh-106023: Remove _PyObject_FastCall() function (#106265)
|
2023-06-30 11:46:43 +02:00 |
bytearrayobject.h
|
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
|
2022-06-13 20:09:40 +02:00 |
bytesobject.h
|
gh-106320: Remove _PyBytesWriter C API (#106399)
|
2023-07-04 08:27:23 +00:00 |
cellobject.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
ceval.h
|
Export _PyEval_SetProfile() as a function, not data (#106887)
|
2023-07-19 11:07:40 +00:00 |
classobject.h
|
gh-89653: PEP 670: Convert macros to functions (#99843)
|
2022-11-28 16:40:08 +01:00 |
code.h
|
GH-104584: Plugin optimizer API (GH-105100)
|
2023-06-02 11:46:18 +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
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
descrobject.h
|
bpo-45459: C API uses type names rather than structure names (GH-31528)
|
2022-02-24 17:51:59 +01:00 |
dictobject.h
|
gh-102381: don't call watcher callback with dead object (#102382)
|
2023-03-07 17:10:58 -07:00 |
fileobject.h
|
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
|
2022-09-27 23:23:42 +01:00 |
fileutils.h
|
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
|
2022-01-11 11:56:16 +01:00 |
floatobject.h
|
gh-89653: PEP 670: Convert macros to functions (#99843)
|
2022-11-28 16:40:08 +01:00 |
frameobject.h
|
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
|
2023-05-18 10:10:15 +01:00 |
funcobject.h
|
gh-103763: Implement PEP 695 (#103764)
|
2023-05-15 20:36:23 -07: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-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
|
2023-06-13 11:08:32 -06:00 |
interpreteridobject.h
|
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
|
2023-06-02 22:52:33 +00:00 |
listobject.h
|
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
|
2023-06-28 03:45:57 +02:00 |
longintrepr.h
|
GH-101291: Avoid using macros with casts in low-level long API. (#104742)
|
2023-05-22 15:12:19 +01:00 |
longobject.h
|
GH-101291: Add low level, unstable API for pylong (GH-101685)
|
2023-05-21 14:45:48 +01:00 |
memoryobject.h
|
gh-104223: Fix issues with inheriting from buffer classes (#104227)
|
2023-05-08 09:52:41 -07:00 |
methodobject.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
modsupport.h
|
gh-106320: Create pycore_modsupport.h header file (#106355)
|
2023-07-03 09:39:11 +00:00 |
object.h
|
gh-106320: Move _PyNone_Type to the internal C API (#107030)
|
2023-07-22 14:12:17 +00:00 |
objimpl.h
|
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
|
2023-06-06 11:54:23 +02:00 |
odictobject.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
optimizer.h
|
GH-106360: Support very basic superblock introspection (#106422)
|
2023-07-04 17:23:00 +01:00 |
picklebufobject.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
pthread_stubs.h
|
gh-95174: Add pthread stubs for WASI (GH-95234)
|
2022-07-27 20:28:06 +02:00 |
pyctype.h
|
bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
|
2021-04-13 13:27:21 +02:00 |
pydebug.h
|
gh-77782: Deprecate global configuration variable (#93943)
|
2022-06-17 16:12:00 +02:00 |
pyerrors.h
|
gh-106320: Remove private _PyErr C API functions (#106356)
|
2023-07-03 10:48:50 +00:00 |
pyfpe.h
|
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
|
2021-02-19 15:55:46 +01:00 |
pyframe.h
|
gh-91248: Add PyFrame_GetVar() function (#95712)
|
2022-11-08 17:40:27 +01:00 |
pylifecycle.h
|
gh-106320: Remove private pylifecycle.h functions (#106400)
|
2023-07-04 09:41:43 +00:00 |
pymem.h
|
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
|
2021-04-23 14:17:58 +02:00 |
pystate.h
|
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
|
2023-07-04 16:55:45 +00:00 |
pythonrun.h
|
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
|
2023-07-22 14:45:56 +00:00 |
pythread.h
|
gh-95174: Add pthread stubs for WASI (GH-95234)
|
2022-07-27 20:28:06 +02:00 |
setobject.h
|
gh-89653: PEP 670: Convert macros to functions (#99843)
|
2022-11-28 16:40:08 +01:00 |
sysmodule.h
|
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
|
2022-03-14 21:48:00 +09:00 |
traceback.h
|
bpo-45459: C API uses type names rather than structure names (GH-31528)
|
2022-02-24 17:51:59 +01:00 |
tracemalloc.h
|
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
|
2023-07-02 00:49:18 +00:00 |
tupleobject.h
|
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
|
2023-06-28 03:45:57 +02:00 |
unicodeobject.h
|
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
|
2023-07-22 13:15:05 +00:00 |
warnings.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
weakrefobject.h
|
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
|
2023-06-26 12:10:53 +02:00 |