COMMITS
/ Lib/test/test_call.py November 17, 2025
S
GH-139914: Handle stack growth direction on HPPA (GH-140028)
Stefano Rivera committed
September 23, 2025
August 19, 2025
P
gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887)
Peter Bierma committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 6, 2025
S
gh-117657: Skip tests that may cause stack overflows under TSan (#129751)
Sam Gross committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
September 5, 2024
P
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner committed
May 4, 2024
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 7, 2024
V
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner committed
February 8, 2024
S
January 13, 2024
B
August 28, 2023
S
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka committed
August 17, 2023
P
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Pablo Galindo Salgado committed
August 4, 2023
June 30, 2023
V
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner committed
June 1, 2023
V
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner committed
May 4, 2023
B
GH-103899: Provide a hint when accidentally calling a module (GH-103900)
Brandt Bucher committed
January 23, 2023
I
gh-101261: add test for function with > 255 args (#101262)
Irit Katriel committed
December 4, 2022
S
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
October 27, 2022
W
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
September 15, 2022
A
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost committed
August 17, 2022
P
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992)
Petr Viktorin committed
August 9, 2022
P
Disable Limited API tests with Py_TRACE_REFS (GH-95796)
Petr Viktorin committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
August 4, 2022
P
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
Petr Viktorin committed
July 30, 2022
S
gh-94938: Fix test (GH-95396)
Serhiy Storchaka committed
July 28, 2022
S
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka committed
July 9, 2022
B
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher committed
September 16, 2021
B
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265)
Barry Warsaw committed
July 16, 2021
B
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya committed
July 8, 2021
E
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland committed
May 22, 2020
D
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Dennis Sweeney committed
April 30, 2020
V
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
November 5, 2019
J
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer committed
September 10, 2019
P
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin committed
July 5, 2019
J
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer committed
June 24, 2019
J
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
Jeroen Demeyer committed
June 7, 2019
V
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
Victor Stinner committed