Skip to content

Commit 515ee56

Browse files
committed
Remove listobject.h include per review (all users of pycore_critical_section include Python.h which provides listobject.h)
1 parent 66f0e6c commit 515ee56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/internal/pycore_critical_section.h

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "pycore_lock.h" // PyMutex
99
#include "pycore_pystate.h" // _PyThreadState_GET()
10-
#include "listobject.h" // PyList_CheckExact
1110
#include <stdint.h>
1211

1312
#ifdef __cplusplus

0 commit comments

Comments
 (0)