We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81920ca commit 8882ee9Copy full SHA for 8882ee9
1 file changed
Modules/_threadmodule.c
@@ -2,7 +2,6 @@
2
/* Interface to Sjoerd's portable C thread library */
3
4
#include "Python.h"
5
-//#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION(), Py_END_CRITICAL_SECTION()
6
#include "pycore_fileutils.h" // _PyFile_Flush
7
#include "pycore_interp.h" // _PyInterpreterState.threads.count
8
#include "pycore_lock.h"
0 commit comments