diff options
author | Donghee Na <donghee.na@python.org> | 2023-11-19 01:13:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 01:13:58 (GMT) |
commit | b8c952af7281ef9d94e292df1fedc51085635a5e (patch) | |
tree | 2a80340e6d022b1063c5b34988ce042e6fbf8029 /Modules/_functoolsmodule.c | |
parent | 1a969b4f55f92a17bec82ce0366021a53afdb2c3 (diff) | |
download | cpython-b8c952af7281ef9d94e292df1fedc51085635a5e.zip cpython-b8c952af7281ef9d94e292df1fedc51085635a5e.tar.gz cpython-b8c952af7281ef9d94e292df1fedc51085635a5e.tar.bz2 |
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Diffstat (limited to 'Modules/_functoolsmodule.c')
-rw-r--r-- | Modules/_functoolsmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_functoolsmodule.c b/Modules/_functoolsmodule.c index 2592c4d..9ab8471 100644 --- a/Modules/_functoolsmodule.c +++ b/Modules/_functoolsmodule.c @@ -1,6 +1,5 @@ #include "Python.h" #include "pycore_call.h" // _PyObject_CallNoArgs() -#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION #include "pycore_dict.h" // _PyDict_Pop_KnownHash() #include "pycore_long.h" // _PyLong_GetZero() #include "pycore_moduleobject.h" // _PyModule_GetState() |