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 a482dc500b
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
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_bytes_methods.h bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) 6 years ago
pycore_byteswap.h bpo-40302: Add pycore_byteswap.h header file (GH-19552) 6 years ago
pycore_call.h bpo-38644: Add _PyObject_Call() (GH-17089) 6 years ago
pycore_ceval.h bpo-40513: Per-interpreter GIL (GH-19943) 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-38353: Cleanup includes in the internal C API (GH-16548) 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-40428: Remove PyTuple_ClearFreeList() function (GH-19769) 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 bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) 6 years ago
pycore_initconfig.h bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) 6 years ago
pycore_interp.h bpo-40521: Add PyInterpreterState.unicode (GH-20081) 6 years ago
pycore_object.h bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) 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-38644: Pass tstate explicitly in signalmodule.c (GH-19184) 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-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) 6 years ago
pycore_pymem.h bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) 6 years ago
pycore_pystate.h bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) 6 years ago
pycore_runtime.h bpo-40513: Per-interpreter GIL (GH-19943) 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