summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_context.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-46417: Clear more static types (GH-30796)Victor Stinner2022-01-221-1/+3
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-3/+26
* bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)Victor Stinner2021-02-191-1/+1
* bpo-40521: Make context free list per-interpreter (GH-20644)Victor Stinner2020-06-051-1/+1
* bpo-38353: Cleanup includes in the internal C API (GH-16548)Victor Stinner2019-10-021-1/+1
* bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)Victor Stinner2019-04-171-2/+2
* bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)Victor Stinner2018-11-091-2/+3
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-10-311-0/+41