Issue #13496: Merge from 3.2 · pythoncapi/cpython@da4210f · GitHub
Skip to content

Commit da4210f

Browse files
committed
Issue python#13496: Merge from 3.2
2 parents b0f0047 + a13b109 commit da4210f

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

Lib/test/test_bisect.py

Lines changed: 7 additions & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Core and Builtins
2929
Library
3030
-------
3131

32+
- Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied
33+
to a collection of size > sys.maxsize / 2.
34+
3235
- Have importlib take advantage of ImportError's new 'name' and 'path'
3336
attributes.
3437

Modules/_bisectmodule.c

Lines changed: 8 additions & 2 deletions

0 commit comments

Comments
 (0)