closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880)
Also, propagate the error from PyNumber_AsSsize_t() because we don't care only about OverflowError which is not reported if the second argument is NULL. Reported by Svace static analyzer.
A
Alexey Izbyshev committed
7ecae3ca0bda3cacf3b0125bae0bc718a17cc071
Parent: 2b824b2
Committed by Benjamin Peterson <benjamin@python.org>
on 8/24/2018, 4:39:45 AM