COMMITS
/ Modules/_testinternalcapi.c March 31, 2026
S
[3.13] gh-146615: Fix format specifiers in test cextensions (GH-146618) (GH-146653)
Serhiy Storchaka committed
March 27, 2026
V
[3.13] gh-146480: Add tests on _PyErr_SetKeyError() (#146486) (#146512)
Victor Stinner committed
December 11, 2024
P
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)
Peter Bierma committed
June 26, 2024
M
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Miss Islington (bot) committed
V
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043)
Victor Stinner committed
June 3, 2024
S
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross committed
May 22, 2024
M
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119410)
Miss Islington (bot) committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 29, 2024
S
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross committed
April 26, 2024
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 17, 2024
I
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel committed
April 11, 2024
E
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow committed
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
April 4, 2024
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum committed
April 3, 2024
P
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak committed
April 2, 2024
E
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow committed
E
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow committed
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 23, 2024
I
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel committed
March 21, 2024
E
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow committed
E
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow committed
March 17, 2024
A
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou committed
March 14, 2024
V
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner committed
February 27, 2024
M
GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)
Mark Shannon committed
M
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)
Mark Shannon committed
February 26, 2024
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
February 20, 2024
G
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 12, 2024
K
gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` (GH-115128)
Kirill Podoprigora committed
February 1, 2024
S
January 26, 2024
M
gh-114312: Fix rare event counter tests on aarch64 (GH-114554)
Michael Droettboom committed
January 25, 2024
M
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom committed
December 12, 2023
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
December 4, 2023
V
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner committed
November 22, 2023
E
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Eric Snow committed
November 16, 2023
V
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner committed
November 8, 2023
S
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross committed
November 3, 2023
S
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed
October 27, 2023
October 23, 2023
October 10, 2023
N
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev committed
October 2, 2023
N
gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#110242)
Nikita Sobolev committed
September 22, 2023
V
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner committed
September 21, 2023
S
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross committed
September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed
September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed