cpython/Include/internal
Pablo Galindo 90913985b6
Move comment about permanent generation to gcmodule.c (GH-17718)
The comment about the collection rules for the permanent generation was
incorrectly referenced by a comment in gcmodule.c (the comment has been
moved long ago into a header file). Moving the comment into the relevant
code helps with readability and avoids broken references.
2019-12-27 21:55:56 +00:00
..
pycore_accu.h
pycore_atomic.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 2019-10-02 23:51:20 +02:00
pycore_call.h bpo-38644: Add _PyObject_Call() (GH-17089) 2019-11-14 13:36:21 +01:00
pycore_ceval.h bpo-38644: Add _PyEval_EvalCode() (GH-17183) 2019-11-16 01:03:22 +01:00
pycore_code.h
pycore_condvar.h
pycore_context.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 2019-10-02 23:51:20 +02:00
pycore_fileutils.h
pycore_getopt.h
pycore_gil.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 2019-10-02 23:51:20 +02:00
pycore_hamt.h
pycore_import.h
pycore_initconfig.h bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) 2019-10-04 00:43:10 +02:00
pycore_object.h bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) 2019-11-20 12:25:50 +01:00
pycore_pathconfig.h bpo-38353: getpath.c: allocates strings on the heap (GH-16585) 2019-10-04 19:53:43 +02:00
pycore_pyerrors.h bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) 2019-11-07 12:42:07 +01:00
pycore_pyhash.h
pycore_pylifecycle.h bpo-38858: Small integer per interpreter (GH-17315) 2019-12-17 13:02:18 +01:00
pycore_pymem.h Move comment about permanent generation to gcmodule.c (GH-17718) 2019-12-27 21:55:56 +00:00
pycore_pystate.h bpo-38858: Small integer per interpreter (GH-17315) 2019-12-17 13:02:18 +01:00
pycore_traceback.h bpo-38353: Fix compiler warning in internal headers (GH-16573) 2019-10-04 02:21:05 +02:00
pycore_tupleobject.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 2019-10-02 23:51:20 +02:00
pycore_warnings.h bpo-38353: Cleanup includes in the internal C API (GH-16548) 2019-10-02 23:51:20 +02:00