bpo-35081: Move accu.h to Include/internal/pycore_accu.h by vstinner · Pull Request #10271 · python/cpython · GitHub
Skip to content

bpo-35081: Move accu.h to Include/internal/pycore_accu.h - #10271

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:accu
Nov 1, 2018
Merged

vstinner merged 1 commit into
python:masterfrom
vstinner:accu

Conversation

@vstinner

@vstinner vstinner commented Nov 1, 2018

Copy link
Copy Markdown
Member

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".

https://bugs.python.org/issue35081

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".
@vstinner

vstinner commented Nov 1, 2018

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit e281f7d into python:master Nov 1, 2018
@vstinner
vstinner deleted the accu branch November 1, 2018 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants