summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi/test_critical_sections.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_testinternalcapi/test_critical_sections.c')
-rw-r--r--Modules/_testinternalcapi/test_critical_sections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testinternalcapi/test_critical_sections.c b/Modules/_testinternalcapi/test_critical_sections.c
index 1c0e049..0129bd4 100644
--- a/Modules/_testinternalcapi/test_critical_sections.c
+++ b/Modules/_testinternalcapi/test_critical_sections.c
@@ -130,6 +130,7 @@ test_critical_sections_suspend(PyObject *self, PyObject *Py_UNUSED(args))
Py_RETURN_NONE;
}
+#ifdef Py_CAN_START_THREADS
struct test_data {
PyObject *obj1;
PyObject *obj2;
@@ -170,7 +171,6 @@ thread_critical_sections(void *arg)
}
}
-#ifdef Py_CAN_START_THREADS
static PyObject *
test_critical_sections_threads(PyObject *self, PyObject *Py_UNUSED(args))
{