Commit 22443732 authored by Stefan Behnel's avatar Stefan Behnel

hide unused label in Py3.4+

parent f77a3776
......@@ -1581,11 +1581,11 @@ if hasattr(_module, 'iscoroutine'):
""")
);
#endif
// Py<3.5
// Py < 0x03040200
}
Py_DECREF(package);
if (unlikely(!patch_module)) goto ignore;
#if PY_VERSION_HEX < 0x03050000
#if PY_VERSION_HEX < 0x03040200
asyncio_done:
PyErr_Clear();
#endif
......
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