]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 15:19:30 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 15:19:30 +0000 (16:19 +0100)
commitf780d9690f1a009a56ac0c653ec9608e6b2aeff4
treec79cf96660edaa02a5aede8e9d5e278822454072
parent8f2a337a80a283c66e1a4252839792fa229d2763
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)

Move the private unexported _PyArg_Fini() function to the internal C
API: to the pycore_pylifecycle.h header file.
Include/internal/pycore_pylifecycle.h
Include/modsupport.h
Python/getargs.c
Python/pylifecycle.c