summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-05-02 17:51:28 (GMT)
committerGitHub <noreply@github.com>2024-05-02 17:51:28 (GMT)
commit16acecd77924b849f51b36f41cd21ca759c9ff2a (patch)
tree6979a8fb226cce16bac1c1624ec08859babdb10e /Python
parent83c51da6cebdced80ebc59de70e8844244de7298 (diff)
downloadcpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.zip
cpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.tar.gz
cpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.tar.bz2
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 7260515..d3fbfcd 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -2496,10 +2496,6 @@ close_and_release:
return 0;
}
-#ifdef __cplusplus
-}
-#endif
-
static PyMethodDef sys_methods[] = {
/* Might as well keep this in alphabetic order */