summaryrefslogtreecommitdiff
path: root/Python/pyarena.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-04-20 17:42:50 +0200
committerJesus Cea <jcea@jcea.es>2011-04-20 17:42:50 +0200
commit67a2d7acf997a69c0592c1753be6a0986006c65f (patch)
tree9c073bd7a8c4de860391cb77b5506a66ccdd5843 /Python/pyarena.c
parent2ee75d55cc5c1c419eae550c72c6b9497f47e48a (diff)
parent93b04cdb7787723c3a26019d0de8834e86150108 (diff)
downloadcpython-67a2d7acf997a69c0592c1753be6a0986006c65f.tar.gz
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
Diffstat (limited to 'Python/pyarena.c')
-rw-r--r--Python/pyarena.c1
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.