You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 07923f32b1
bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931)
6 years ago
..
pegen_interface.h bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) 6 years ago
pycore_abstract.h bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 6 years ago
pycore_accu.h bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) 7 years ago
pycore_atomic.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 6 years ago
pycore_bitutils.h bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) 6 years ago
pycore_bytes_methods.h bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) 6 years ago
pycore_call.h bpo-38644: Add _PyObject_Call() (GH-17089) 6 years ago
pycore_ceval.h PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) 6 years ago
pycore_code.h bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) 7 years ago
pycore_condvar.h bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) 7 years ago
pycore_context.h bpo-40521: Make context free list per-interpreter (GH-20644) 6 years ago
pycore_dtoa.h bpo-35081: Move dtoa.h header to the internal C API (GH-18489) 6 years ago
pycore_fileutils.h bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) 7 years ago
pycore_gc.h bpo-40521: Make context free list per-interpreter (GH-20644) 6 years ago
pycore_getopt.h bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) 7 years ago
pycore_gil.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 6 years ago
pycore_hamt.h bpo-39573: Add Py_IS_TYPE() function (GH-18488) 6 years ago
pycore_hashtable.h bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) 6 years ago
pycore_import.h PyOS_AfterFork_Child() uses PyStatus (GH-20596) 6 years ago
pycore_initconfig.h bpo-40910: Export Py_GetArgcArgv() function (GH-20721) 6 years ago
pycore_interp.h bpo-39465: Use _PyInterpreterState_GET() (GH-20788) 6 years ago
pycore_object.h bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) 6 years ago
pycore_pathconfig.h bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) 6 years ago
pycore_pyerrors.h bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) 6 years ago
pycore_pyhash.h bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) 7 years ago
pycore_pylifecycle.h bpo-40521: Make async gen free lists per-interpreter (GH-20643) 6 years ago
pycore_pymem.h bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) 6 years ago
pycore_pystate.h bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) 6 years ago
pycore_runtime.h PyOS_AfterFork_Child() uses PyStatus (GH-20596) 6 years ago
pycore_sysmodule.h bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) 6 years ago
pycore_traceback.h bpo-40421: Add pyframe.h header file (GH-19755) 6 years ago
pycore_tupleobject.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 6 years ago
pycore_warnings.h bpo-39796: Fix _warnings module initialization (GH-18739) 6 years ago