COMMITS
/ Modules/_testcapimodule.c May 31, 2024
April 22, 2024
S
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) (GH-118011)
Serhiy Storchaka committed
April 15, 2024
M
[3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)
Miss Islington (bot) committed
March 20, 2024
S
January 19, 2024
P
[3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)
Peter Lazorchak committed
December 14, 2023
M
[3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (GH-113132)
Miss Islington (bot) committed
November 1, 2023
S
[3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)
Sergey B Kirpichev committed
October 25, 2023
S
[3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) (GH-111305)
Serhiy Storchaka committed
October 14, 2023
S
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
Serhiy Storchaka committed
October 11, 2023
M
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
Miss Islington (bot) committed
October 9, 2023
N
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (GH-110547)
Nikita Sobolev committed
September 18, 2023
M
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) (#109545)
Miss Islington (bot) committed
September 8, 2023
S
[3.12] C API tests: use special markers to test that output parameters were set (GH-109014) (#109023)
Serhiy Storchaka committed
September 2, 2023
M
[3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)
Miss Islington (bot) committed
August 16, 2023
S
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) (#107728)
Serhiy Storchaka committed
S
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (#107740)
Serhiy Storchaka committed
July 10, 2023
M
[3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)
Miss Islington (bot) committed
June 13, 2023
M
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (gh-105731)
Miss Islington (bot) committed
June 2, 2023
M
[3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type() (GH-105225) (#105248)
Miss Islington (bot) committed
June 1, 2023
M
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-105122) (gh-105211)
Miss Islington (bot) committed
M
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115) (gh-105124)
Miss Islington (bot) committed
May 19, 2023
I
gh-104645: fix error handling in marshal tests (#104646)
Irit Katriel committed
M
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-104579)
Mark Shannon committed
May 12, 2023
J
gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)
Jurica Bradarić committed
May 5, 2023
E
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow committed
S
gh-104190: fix ubsan crash (#104191)
sunmy2019 committed
May 4, 2023
S
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka committed
J
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra committed
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
May 3, 2023
E
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow committed
May 2, 2023
D
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na committed
J
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
B
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers committed
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
March 22, 2023
A
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin committed
March 21, 2023
March 14, 2023
J
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
February 28, 2023
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 24, 2023
I
February 23, 2023
E
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland committed
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 16, 2023
February 15, 2023
E
gh-101819: Remove _testcapi dependencies on specific _io symbols (#101918)
Erlend E. Aasland committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
February 7, 2023
N
gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodule` (#101657)
Nikita Sobolev committed
M
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Matthieu Dartiailh committed
February 6, 2023
February 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed