Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-107609: Fix duplicate module check in Argument Clinic (#107610) | Erlend E. Aasland | 2023-08-04 | 1 | -2/+1 |
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -2/+2 |
* | gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557) | littlebutt's workshop | 2023-07-09 | 1 | -24/+39 |
* | gh-106023: Remove _PyObject_FastCall() function (#106265) | Victor Stinner | 2023-06-30 | 1 | -18/+0 |
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99440) | Victor Stinner | 2022-11-13 | 1 | -6/+3 |
* | GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257) | adphrost | 2022-09-15 | 1 | -0/+19 |
* | Fix downcast compiler warning in Modules/_testcapi/vectorcall.c (#95729) | Erlend E. Aasland | 2022-08-08 | 1 | -1/+1 |
* | gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9... | Petr Viktorin | 2022-08-04 | 1 | -1/+121 |
* | gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549) | Petr Viktorin | 2022-07-08 | 1 | -0/+270 |