diff options
| author | Sam Gross <colesbury@gmail.com> | 2024-05-02 17:51:28 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-02 17:51:28 (GMT) |
| commit | 16acecd77924b849f51b36f41cd21ca759c9ff2a (patch) | |
| tree | 6979a8fb226cce16bac1c1624ec08859babdb10e /Python/sysmodule.c | |
| parent | 83c51da6cebdced80ebc59de70e8844244de7298 (diff) | |
| download | cpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.zip cpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.tar.gz cpython-16acecd77924b849f51b36f41cd21ca759c9ff2a.tar.bz2 | |
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Diffstat (limited to 'Python/sysmodule.c')
| -rw-r--r-- | Python/sysmodule.c | 4 |
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 */ |
