Skip to content
Prev Previous commit
Next Next commit
Remove listobject.h include per review (all users of pycore_critical_…
…section include Python.h which provides listobject.h)
  • Loading branch information
MojoVampire committed May 22, 2024
commit 515ee56bd2bb4f4949f51a24bb4a456cd7dae03a
1 change: 0 additions & 1 deletion Include/internal/pycore_critical_section.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "pycore_lock.h" // PyMutex
#include "pycore_pystate.h" // _PyThreadState_GET()
#include "listobject.h" // PyList_CheckExact
#include <stdint.h>

#ifdef __cplusplus
Expand Down