aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pylifecycle.c')
-rw-r--r--Python/pylifecycle.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index aec8da10249..23f66ec3601 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -61,11 +61,6 @@
#define PUTS(fd, str) (void)_Py_write_noraise(fd, str, (int)strlen(str))
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
/* Forward declarations */
static PyStatus add_main_module(PyInterpreterState *interp);
static PyStatus init_import_site(void);
@@ -3139,7 +3134,3 @@ PyOS_setsig(int sig, PyOS_sighandler_t handler)
return oldhandler;
#endif
}
-
-#ifdef __cplusplus
-}
-#endif