mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #14387: Do not include accu.h from Python.h.
This commit is contained in:
parent
ab79c71f39
commit
0197ff97d0
5 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
/* Tuple object implementation */
|
||||
|
||||
#include "Python.h"
|
||||
#include "accu.h"
|
||||
|
||||
/* Speed optimization to avoid frequent malloc/free of small tuples */
|
||||
#ifndef PyTuple_MAXSAVESIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue