Kaydet (Commit) a04ae012 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

move test outside WITH_THREAD section

üst 53ffca5a
......@@ -1144,8 +1144,6 @@ raise_exception(PyObject *self, PyObject *args)
return NULL;
}
#ifdef WITH_THREAD
static PyObject *
test_datetime_capi(PyObject *self, PyObject *args) {
if (PyDateTimeAPI) {
......@@ -1160,6 +1158,9 @@ test_datetime_capi(PyObject *self, PyObject *args) {
return NULL;
}
#ifdef WITH_THREAD
/* test_thread_state spawns a thread of its own, and that thread releases
* `thread_done` when it's finished. The driver code has to know when the
* thread finishes, because the thread uses a PyObject (the callable) that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment