Skip to content

Commit fffaee3

Browse files
vstinnerebonnal
authored andcommitted
pythongh-112136: Remove unused #include "pycore_lock.h" (python#127093)
pycore_modsupport.h no longer needs pycore_lock.h.
1 parent 9df4953 commit fffaee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_modsupport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef Py_INTERNAL_MODSUPPORT_H
22
#define Py_INTERNAL_MODSUPPORT_H
33

4-
#include "pycore_lock.h" // _PyOnceFlag
5-
64
#ifdef __cplusplus
75
extern "C" {
86
#endif

0 commit comments

Comments
 (0)