Tin mới
gh-140414: streamline thread state access in `asyncio` (#142742)
GH-131238: Core header refactor (GH-131250)
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
gh-100240: Use a consistent implementation for freelists (#121934)
gh-121546: Disable contextvar caching on free-threading build (GH-121740)
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
gh-108216: Cleanup #include in internal header files (#108228)
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
bpo-46417: Clear more static types (GH-30796)
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
bpo-40521: Make context free list per-interpreter (GH-20644)
bpo-38353: Cleanup includes in the internal C API (GH-16548)
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)