https://github.com/python/cpython/commit/0c5556fcb7315f26aa4b192e341cb2a72bb78f41
commit: 0c5556fcb7315f26aa4b192e341cb2a72bb78f41
branch: main
author: Victor Stinner <[email protected]>
committer: vstinner <[email protected]>
date: 2024-11-21T13:50:11+01:00
summary:

gh-112136: Remove unused #include "pycore_lock.h" (#127093)

pycore_modsupport.h no longer needs pycore_lock.h.

files:
M Include/internal/pycore_modsupport.h

diff --git a/Include/internal/pycore_modsupport.h 
b/Include/internal/pycore_modsupport.h
index c661f1d82a84f6..614e9f93751834 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to