summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-11-21 12:50:11 (GMT)
committerGitHub <noreply@github.com>2024-11-21 12:50:11 (GMT)
commit0c5556fcb7315f26aa4b192e341cb2a72bb78f41 (patch)
tree21eab399ddbd6d6453f365153f54312c633d4f5b /Include
parent4803cd0244847f286641c85591fda08b513cea52 (diff)
downloadcpython-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.h2
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