index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testinternalcapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Miss Islington (bot)
2024-06-26
1
-2/+2
*
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...
Victor Stinner
2024-06-26
1
-4/+4
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
1
-15/+9
*
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Miss Islington (bot)
2024-05-22
1
-0/+20
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
1
-0/+12
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-1/+12
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+22
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
1
-21/+42
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-0/+15
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
1
-2/+2
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
1
-30/+272
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
1
-0/+6
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
1
-0/+12
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
1
-206/+9
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-60/+146
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
1
-5/+15
*
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel
2024-03-23
1
-21/+0
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
1
-0/+119
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
1
-4/+28
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
1
-2/+2
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-9/+0
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-1/+1
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-1/+2
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
1
-1/+1
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
1
-4/+4
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-1/+3
*
gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...
Kirill Podoprigora
2024-02-12
1
-0/+15
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-1/+11
*
gh-114312: Fix rare event counter tests on aarch64 (GH-114554)
Michael Droettboom
2024-01-26
1
-5/+5
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
1
-0/+16
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
1
-0/+12
*
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner
2023-12-04
1
-0/+14
*
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Eric Snow
2023-11-22
1
-0/+10
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
1
-0/+9
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+3
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-32/+0
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-0/+54
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+32
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+28
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
1
-0/+3
*
gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...
Nikita Sobolev
2023-10-02
1
-1/+5
*
gh-109723: Disable Py_BUILD_CORE in _testcapi (#109727)
Victor Stinner
2023-09-22
1
-0/+62
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
1
-13/+0
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+3
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-0/+5
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-1/+32
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
1
-261/+6
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-0/+103
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-0/+22
[next]