mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Another missed ansification.
This commit is contained in:
parent
c307352027
commit
e28c296f0f
1 changed files with 1 additions and 4 deletions
|
@ -1582,10 +1582,7 @@ equivalent to (x**y) % z, but may be more efficient (e.g. for longs).";
|
|||
* large to fit in a signed long.
|
||||
*/
|
||||
static long
|
||||
get_len_of_range(lo, hi, step)
|
||||
long lo;
|
||||
long hi;
|
||||
long step; /* must be > 0 */
|
||||
get_len_of_range(long lo, long hi, long step)
|
||||
{
|
||||
/* -------------------------------------------------------------
|
||||
If lo >= hi, the range is empty.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue