Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e28c296

Browse files
committed
Another missed ansification.
1 parent c307352 commit e28c296

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Python/bltinmodule.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,10 +1582,7 @@ equivalent to (x**y) % z, but may be more efficient (e.g. for longs).";
15821582
* large to fit in a signed long.
15831583
*/
15841584
static long
1585-
get_len_of_range(lo, hi, step)
1586-
long lo;
1587-
long hi;
1588-
long step; /* must be > 0 */
1585+
get_len_of_range(long lo, long hi, long step)
15891586
{
15901587
/* -------------------------------------------------------------
15911588
If lo >= hi, the range is empty.

0 commit comments

Comments
 (0)