]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. ...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 05:15:40 +0000 (08:15 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 05:15:40 +0000 (08:15 +0300)
commit982ef4e0bc2b1def1117238fb5292cca5dfa2891
treea447bed2a4cb4b074e04cf3d77a8db7993219278
parent34d204bc85074a96754e4cd1f23f1c148d0d9aaa
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices.  Patch by Daniel Urban.
Lib/test/test_range.py
Misc/NEWS
Objects/rangeobject.c