diff options
author | Jesus Cea <jcea@jcea.es> | 2011-04-20 17:42:50 +0200 |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-04-20 17:42:50 +0200 |
commit | 67a2d7acf997a69c0592c1753be6a0986006c65f (patch) | |
tree | 9c073bd7a8c4de860391cb77b5506a66ccdd5843 /Python/pyarena.c | |
parent | 2ee75d55cc5c1c419eae550c72c6b9497f47e48a (diff) | |
parent | 93b04cdb7787723c3a26019d0de8834e86150108 (diff) | |
download | cpython-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.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. |