Skip to content

Commit 8882ee9

Browse files
committed
fix nits
1 parent 81920ca commit 8882ee9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_threadmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* Interface to Sjoerd's portable C thread library */
33

44
#include "Python.h"
5-
//#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION(), Py_END_CRITICAL_SECTION()
65
#include "pycore_fileutils.h" // _PyFile_Flush
76
#include "pycore_interp.h" // _PyInterpreterState.threads.count
87
#include "pycore_lock.h"

0 commit comments

Comments
 (0)