Issue #16402: Merge fix from 3.2 · pythoncapi/cpython@1321eda · GitHub
Skip to content

Commit 1321eda

Browse files
committed
Issue python#16402: Merge fix from 3.2
2 parents 7ce22d1 + 8cd1c76 commit 1321eda

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

Lib/test/test_range.py

Lines changed: 9 additions & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ What's New in Python 3.3.1?
1212
Core and Builtins
1313
-----------------
1414

15+
- Issue #16402: When slicing a range, fix shadowing of exceptions from
16+
__index__.
17+
1518
- Issue #16336: fix input checking in the surrogatepass error handler.
1619
Patch by Serhiy Storchaka.
1720

Objects/rangeobject.c

Lines changed: 5 additions & 5 deletions

0 commit comments

Comments
 (0)