COMMITS
/ Modules/clinic/_weakref.c.h April 8, 2024
November 19, 2023
D
gh-112213: Update _weakref module to use new AC feature (gh-112250)
Donghee Na committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
March 7, 2022
K
bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
Kumar Aditya committed
August 29, 2019
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
December 27, 2016
A
Issue #28427: old keys should not remove new values from
Antoine Pitrou committed
A
Issue #28427: old keys should not remove new values from
Antoine Pitrou committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed