mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
This commit is contained in:
parent
1a969b4f55
commit
b8c952af72
7 changed files with 8 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue