COMMITS
/ Modules/clinic/gcmodule.c.h May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
January 14, 2020
P
bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989)
Pablo Galindo committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
February 23, 2019
P
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
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
January 18, 2018
V
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
October 16, 2017
B
bpo-31558: Add gc.freeze() (#3705)
brainfvck committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
February 4, 2017
S
Issue #20185: Converted the gc module to Argument Clinic.
Serhiy Storchaka committed