]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
authorErlend E. Aasland <erlend@python.org>
Mon, 8 Jan 2024 17:32:34 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 17:32:34 +0000 (18:32 +0100)
commit35fa13d48b3247ea5e83b17c05a98163904e5a0b
treeb90a631ca17c761f4ad559cb1e1a75fd292b2950
parentace4d7ff9a247cbe7350719b996a1c7d88a57813
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)

Adapt the following functions to Argument Clinic:

- gc.set_threshold
- gc.get_referrers
- gc.get_referents
Doc/library/gc.rst
Modules/clinic/gcmodule.c.h
Modules/gcmodule.c