Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400) | Eric Snow | 2022-11-16 | 1 | -4/+7 |
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -1/+1 |
* | gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) | Yury Selivanov | 2022-05-23 | 1 | -1/+13 |
* | bpo-46417: Clear more static types (GH-30796) | Victor Stinner | 2022-01-22 | 1 | -10/+8 |
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -3/+8 |
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -1/+1 |
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -2/+2 |
* | bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) | Victor Stinner | 2018-11-09 | 1 | -0/+3 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -0/+113 |