summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi.c
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-124621: Emscripten: Add support for async input devices (GH-136822)...Miss Islington (bot)2025-07-221-0/+34
* [3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928)...Miss Islington (bot)2025-07-011-1/+1
* [3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-13593...Miss Islington (bot)2025-06-261-2/+3
* [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)Eric Snow2025-06-121-2/+2
* [3.14] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinter...Miss Islington (bot)2025-05-311-0/+3
* [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)Miss Islington (bot)2025-05-211-1/+8
* [3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)Miss Islington (bot)2025-05-181-4/+25
* [3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955)Miss Islington (bot)2025-05-121-0/+5
* [3.14] gh-132775: Add _PyCode_GetScriptXIData() (gh-133676)Miss Islington (bot)2025-05-081-0/+10
* [3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)Eric Snow2025-05-081-0/+43
* gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...Petr Viktorin2025-05-061-43/+0
* gh-132775: Add _PyCode_GetXIData() (gh-133475)Eric Snow2025-05-051-0/+5
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-8/+0
* gh-132775: Add _PyCode_VerifyStateless() (gh-133221)Eric Snow2025-05-051-0/+44
* gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)Eric Snow2025-05-051-0/+168
* Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)Eric Snow2025-05-011-168/+0
* gh-132775: Add _PyPickle_GetXIData() (gh-133107)Eric Snow2025-04-301-0/+5
* gh-132775: Add _PyCode_GetVarCounts() (gh-133128)Eric Snow2025-04-301-0/+168
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow2025-04-291-0/+32
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow2025-04-291-0/+13
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow2025-04-281-0/+5
* gh-122320: Limit dict key versions used by test_opcache. (gh-132961)Neil Schemenauer2025-04-281-0/+13
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-281-20/+48
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-6/+2
* gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)Sergey B Kirpichev2025-04-221-0/+3
* gh-111178: remove redundant casts for functions with correct signatures (#131...Bénédikt Tran2025-04-011-1/+1
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-201-0/+1
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-201-3/+3
* gh-131238: Remove more includes from pycore_interp.h (#131480)Victor Stinner2025-03-191-0/+2
* gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)Sam Gross2025-02-261-0/+8
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-1/+4
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-241-5/+1
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-191-1/+5
* GH-129386: Use symbolic constants for specialization tests (GH-129415)Brandt Bucher2025-01-291-0/+15
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-291-30/+3
* gh-128863: Deprecate _PyLong_Sign() function (#129176)Victor Stinner2025-01-231-4/+3
* GH-128939: Refactor JIT optimize structs (GH-128940)Mark Shannon2025-01-201-1/+1
* gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)Victor Stinner2025-01-201-38/+0
* GH-126599: Remove the "counter" optimizer/executor (GH-126853)Xuanteng Huang2025-01-161-13/+0
* gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)Neil Schemenauer2024-12-191-0/+9
* GH-125174: Mark objects as statically allocated. (#127797)Mark Shannon2024-12-111-0/+10
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-111-34/+0
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-0/+6
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-191-7/+0
* GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)Brandt Bucher2024-11-181-1/+1
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-181-0/+7
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-131-0/+9
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-121-1/+7
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-12/+10
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-1/+45