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
*
gh-142531: Fix free-threaded GC performance regression (gh-142562)
Neil Schemenauer
2025-12-11
1
-0/+8
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-1/+2
*
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Victor Stinner
2025-11-13
1
-0/+54
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
1
-0/+29
*
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
Dino Viehland
2025-10-03
1
-0/+20
*
gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
Bénédikt Tran
2025-09-28
1
-0/+5
*
GH-137573: Add test to check that the margin used for overflow protection is ...
Mark Shannon
2025-09-23
1
-0/+14
*
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma
2025-09-18
1
-0/+11
*
gh-124621: Emscripten: Add support for async input devices (GH-136822)
Hood Chatham
2025-07-19
1
-0/+34
*
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
William S Fulton
2025-07-11
1
-2/+1
*
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
Victor Stinner
2025-07-01
1
-1/+1
*
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
Peter Bierma
2025-06-26
1
-2/+3
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
1
-2/+2
*
gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi...
sobolevn
2025-05-31
1
-0/+3
*
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow
2025-05-21
1
-1/+8
*
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass
2025-05-18
1
-4/+25
*
gh-132775: Add _PyFunction_GetXIData() (gh-133481)
Eric Snow
2025-05-12
1
-0/+5
*
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow
2025-05-08
1
-0/+10
*
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow
2025-05-08
1
-0/+43
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
1
-43/+0
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+5
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-8/+0
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
1
-0/+44
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-0/+168
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
1
-168/+0
*
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow
2025-04-30
1
-0/+5
*
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow
2025-04-30
1
-0/+168
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
2025-04-29
1
-0/+32
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
1
-0/+13
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
2025-04-28
1
-0/+5
*
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer
2025-04-28
1
-0/+13
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
2025-04-28
1
-20/+48
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
1
-6/+2
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
2025-04-22
1
-0/+3
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
1
-1/+1
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
1
-0/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-3/+3
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+2
*
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
Sam Gross
2025-02-26
1
-0/+8
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-1/+4
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-5/+1
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-1/+5
*
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher
2025-01-29
1
-0/+15
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-30/+3
*
gh-128863: Deprecate _PyLong_Sign() function (#129176)
Victor Stinner
2025-01-23
1
-4/+3
*
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon
2025-01-20
1
-1/+1
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
1
-38/+0
*
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang
2025-01-16
1
-13/+0
*
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer
2024-12-19
1
-0/+9
*
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon
2024-12-11
1
-0/+10
[next]