Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108216: Cleanup #include in internal header files (#108228) | Victor Stinner | 2023-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | * Add missing includes. * Remove unused includes. * Update old include/symbol names to newer names. * Mention at least one included symbol. * Sort includes. * Update Tools/cases_generator/generate_cases.py used to generated pycore_opcode_metadata.h. * Update Parser/asdl_c.py used to generate pycore_ast.h. * Cleanup also includes in _testcapimodule.c and _testinternalcapi.c. | ||||
* | gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152) | Eric Snow | 2022-12-12 | 1 | -0/+99 |
https://github.com/python/cpython/issues/81057 |