mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -9,7 +9,6 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_call.h" // _PyObject_CallMethod()
|
||||
#include "pycore_codecs.h" // _PyCodecInfo_GetIncrementalDecoder()
|
||||
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
|
||||
#include "pycore_fileutils.h" // _Py_GetLocaleEncoding()
|
||||
#include "pycore_interp.h" // PyInterpreterState.fs_codec
|
||||
#include "pycore_long.h" // _PyLong_GetZero()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue