We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c517a8a commit ade0857Copy full SHA for ade0857
1 file changed
Modules/selectmodule.c
@@ -13,6 +13,7 @@
13
#endif
14
15
#include "Python.h"
16
+#include "pycore_critical_section.h" // _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED()
17
#include "pycore_fileutils.h" // _Py_set_inheritable()
18
#include "pycore_time.h" // _PyTime_FromSecondsObject()
19
#include "pycore_tuple.h" // _PyTuple_FromPairSteal
0 commit comments