mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
e281f7d80c
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".
Source files for various builtin objects