mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
The accu.h header is no longer part of the Python C API: it has been moved to the "internal" headers which are restricted to Python itself. Replace #include "accu.h" with #include "pycore_accu.h".
This commit is contained in:
parent
50b48572d9
commit
e281f7d80c
9 changed files with 17 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "pycore_state.h"
|
||||
#include "accu.h"
|
||||
#include "pycore_accu.h"
|
||||
|
||||
/*[clinic input]
|
||||
class tuple "PyTupleObject *" "&PyTuple_Type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue