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 175a704abf
bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891)
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_call.h bpo-38644: Add _PyObject_Call() (GH-17089) 6 years ago
pycore_ceval.h bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) 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_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_import.h bpo-36710: Remove PyImport_Cleanup() function (GH-14221) 7 years ago
pycore_initconfig.h bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) 6 years ago
pycore_object.h bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) 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-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) 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-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263) 6 years ago
pycore_pymem.h bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) 6 years ago
pycore_pystate.h bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) 6 years ago
pycore_traceback.h bpo-38353: Fix compiler warning in internal headers (GH-16573) 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