mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
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". |
||
|---|---|---|
| .. | ||
| pycore_accu.h | ||
| pycore_atomic.h | ||
| pycore_ceval.h | ||
| pycore_condvar.h | ||
| pycore_context.h | ||
| pycore_getopt.h | ||
| pycore_gil.h | ||
| pycore_hamt.h | ||
| pycore_hash.h | ||
| pycore_mem.h | ||
| pycore_state.h | ||
| pycore_warnings.h | ||