Skip to content

Commit

Permalink
gh-112136: Remove unused #include "pycore_lock.h" (#127093)
Browse files Browse the repository at this point in the history
pycore_modsupport.h no longer needs pycore_lock.h.
  • Loading branch information
vstinner authored Nov 21, 2024
1 parent 4803cd0 commit 0c5556f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Include/internal/pycore_modsupport.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef Py_INTERNAL_MODSUPPORT_H
#define Py_INTERNAL_MODSUPPORT_H

#include "pycore_lock.h" // _PyOnceFlag

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 0c5556f

Please sign in to comment.