diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 15:30:18 -0400 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 15:30:18 -0400 |
commit | 74d3adf94ce6927a68243e2be0e0028bb605e03c (patch) | |
tree | 58accdd5df103c3efe625f85c62e3a0dc7ab5cb9 /Python/pyarena.c | |
parent | 196382e452dca905273bd85e0df23ae2027c7401 (diff) | |
parent | 63f98efe3ada692dc63ef50c8c80ea2923b8c22b (diff) | |
download | cpython-74d3adf94ce6927a68243e2be0e0028bb605e03c.tar.gz |
Merge from 3.1
Diffstat (limited to 'Python/pyarena.c')
-rw-r--r-- | Python/pyarena.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pyarena.c b/Python/pyarena.c index 2d63638856..5a255ae497 100644 --- a/Python/pyarena.c +++ b/Python/pyarena.c @@ -1,5 +1,4 @@ #include "Python.h" -#include "pyarena.h" /* A simple arena block structure. |