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".
V
Victor Stinner committed
e281f7d80ce2584a7e6a36acffb5a9cd796a0fe2
Parent: 50b4857
Committed by GitHub <noreply@github.com>
on 11/1/2018, 1:30:36 AM