]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix buglet in sliceobjects, they were not returning Py_NotImplemented when
authorThomas Wouters <thomas@python.org>
Tue, 28 Aug 2007 23:07:26 +0000 (23:07 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Aug 2007 23:07:26 +0000 (23:07 +0000)
commit3e57b52bb800b8d001092490f2a658271d613d6d
tree0f46893256c6505d4026f03ffb8f625a4fb0527f
parented03b4121ead78df76f6882de5eca01b7a3a628c
Fix buglet in sliceobjects, they were not returning Py_NotImplemented when
compared against something other than sliceobjects.
Lib/test/test_slice.py
Objects/sliceobject.c