]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110079: Remove extern "C" { ...} in C code (#110080)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 08:56:49 +0000 (10:56 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 08:56:49 +0000 (10:56 +0200)
commit8b626a47bafdb2d1ebb1321e50ffa5d6c721bf3a
tree325fbb4507cac60718250226d1b7f7e1db559ef3
parentbfd94ab9e9f4055ecedaa500b46b0270da9ffe12
gh-110079: Remove extern "C" { ...} in C code (#110080)
18 files changed:
Modules/_scproxy.c
Modules/_stat.c
Modules/main.c
Modules/posixmodule.c
Objects/fileobject.c
Objects/object.c
Objects/unicodeobject.c
Python/dtoa.c
Python/errors.c
Python/getargs.c
Python/getopt.c
Python/import.c
Python/pathconfig.c
Python/pyhash.c
Python/pylifecycle.c
Python/pystate.c
Python/pythonrun.c
Python/sysmodule.c