mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #14387: Do not include accu.h from Python.h.
This commit is contained in:
commit
d0acb411ef
8 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
unicode_format.h -- implementation of str.format().
|
||||
*/
|
||||
|
||||
#include "accu.h"
|
||||
|
||||
/* Defines for more efficiently reallocating the string buffer */
|
||||
#define INITIAL_SIZE_INCREMENT 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue