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
|
@ -1,6 +1,7 @@
|
|||
/* Accumulator struct implementation */
|
||||
|
||||
#include "Python.h"
|
||||
#include "accu.h"
|
||||
|
||||
static PyObject *
|
||||
join_list_unicode(PyObject *lst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue