mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove stray __cplusplus
guard in sysmodule.c (#118511)
This commit is contained in:
parent
83c51da6ce
commit
16acecd779
1 changed files with 0 additions and 4 deletions
|
@ -2496,10 +2496,6 @@ close_and_release:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static PyMethodDef sys_methods[] = {
|
static PyMethodDef sys_methods[] = {
|
||||||
/* Might as well keep this in alphabetic order */
|
/* Might as well keep this in alphabetic order */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue