COMMITS
/ Modules/_testinternalcapi.c May 22, 2024
October 2, 2023
M
[3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (GH-110242) (#110244)
Miss Islington (bot) committed
July 27, 2023
M
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303)
Miss Islington (bot) committed
July 18, 2023
S
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)
Serhiy Storchaka committed
July 15, 2023
M
[3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-105252) (#106708)
Miss Islington (bot) committed
June 14, 2023
E
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow committed
May 23, 2023
M
[3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harness (GH-104811) (#104823)
Miss Islington (bot) committed
May 21, 2023
G
gh-103295: expose API for writing perf map files (#103546)
gsallam committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
M
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
Mark Shannon committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
I
gh-104240: return code unit metadata from codegen (#104300)
Irit Katriel committed
May 7, 2023
I
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel committed
May 5, 2023
E
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow committed
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 1, 2023
I
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel committed
February 15, 2023
January 16, 2023
K
GH-100997: fix refleak in `_testinternalcapi.c` (#101058)
Kumar Aditya committed
January 12, 2023
E
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
I
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel committed
November 13, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner committed
October 26, 2022
E
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
August 25, 2022
M
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon committed
August 24, 2022
May 17, 2022
D
Fix NULL test in _testinternalcapi (GH-92861)
Dennis Sweeney committed
May 4, 2022
M
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
Mark Shannon committed
January 23, 2022
M
bpo-29882: Fix portability bug introduced in GH-30774 (#30794)
Mark Dickinson committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
November 16, 2021
M
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon committed
October 22, 2021
E
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow committed
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
May 3, 2021
D
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney committed
December 23, 2020
V
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner committed
November 5, 2020
V
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner committed
V
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner committed
July 7, 2020
V
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner committed
July 6, 2020
June 22, 2020
C
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes committed
June 15, 2020
N
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Niklas Fiekas committed
June 8, 2020
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed
May 14, 2020
V
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
Victor Stinner committed
V
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner committed
April 20, 2020
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner committed