summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
diff options
context:
space:
mode:
authorDonghee Na <donghee.na@python.org>2023-11-19 01:13:58 (GMT)
committerGitHub <noreply@github.com>2023-11-19 01:13:58 (GMT)
commitb8c952af7281ef9d94e292df1fedc51085635a5e (patch)
tree2a80340e6d022b1063c5b34988ce042e6fbf8029 /Modules/clinic
parent1a969b4f55f92a17bec82ce0366021a53afdb2c3 (diff)
downloadcpython-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/clinic')
-rw-r--r--Modules/clinic/_functoolsmodule.c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/clinic/_functoolsmodule.c.h b/Modules/clinic/_functoolsmodule.c.h
index 11fe043..e98984d 100644
--- a/Modules/clinic/_functoolsmodule.c.h
+++ b/Modules/clinic/_functoolsmodule.c.h
@@ -6,6 +6,7 @@ preserve
# include "pycore_gc.h" // PyGC_Head
# include "pycore_runtime.h" // _Py_ID()
#endif
+#include "pycore_critical_section.h"// Py_BEGIN_CRITICAL_SECTION()
#include "pycore_modsupport.h" // _PyArg_UnpackKeywords()
PyDoc_STRVAR(_functools_cmp_to_key__doc__,
@@ -113,4 +114,4 @@ _functools__lru_cache_wrapper_cache_clear(PyObject *self, PyObject *Py_UNUSED(ig
return return_value;
}
-/*[clinic end generated code: output=5e3207fa0d28cdb1 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=755265bb6d5ea751 input=a9049054013a1b77]*/