diff options
author | Victor Stinner <vstinner@python.org> | 2024-11-21 12:50:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 12:50:11 (GMT) |
commit | 0c5556fcb7315f26aa4b192e341cb2a72bb78f41 (patch) | |
tree | 21eab399ddbd6d6453f365153f54312c633d4f5b /Include | |
parent | 4803cd0244847f286641c85591fda08b513cea52 (diff) | |
download | cpython-0c5556fcb7315f26aa4b192e341cb2a72bb78f41.zip cpython-0c5556fcb7315f26aa4b192e341cb2a72bb78f41.tar.gz cpython-0c5556fcb7315f26aa4b192e341cb2a72bb78f41.tar.bz2 |
gh-112136: Remove unused #include "pycore_lock.h" (#127093)
pycore_modsupport.h no longer needs pycore_lock.h.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/internal/pycore_modsupport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/internal/pycore_modsupport.h b/Include/internal/pycore_modsupport.h index c661f1d..614e9f9 100644 --- a/Include/internal/pycore_modsupport.h +++ b/Include/internal/pycore_modsupport.h @@ -1,8 +1,6 @@ #ifndef Py_INTERNAL_MODSUPPORT_H #define Py_INTERNAL_MODSUPPORT_H -#include "pycore_lock.h" // _PyOnceFlag - #ifdef __cplusplus extern "C" { #endif |