Skip to content

Commit ade0857

Browse files
committed
Add missing pycore_critical_section.h include
1 parent c517a8a commit ade0857

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/selectmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#endif
1414

1515
#include "Python.h"
16+
#include "pycore_critical_section.h" // _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED()
1617
#include "pycore_fileutils.h" // _Py_set_inheritable()
1718
#include "pycore_time.h" // _PyTime_FromSecondsObject()
1819
#include "pycore_tuple.h" // _PyTuple_FromPairSteal

0 commit comments

Comments
 (0)