mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
* rangeobject.[ch], bltinmodule.c: incorporate new version of range
object (unchanged from source except "range" -> "xrange").
This commit is contained in:
parent
c4f169cc5a
commit
7d6aa51b56
3 changed files with 129 additions and 25 deletions
|
|
@ -38,4 +38,4 @@ extern typeobject Rangetype;
|
|||
|
||||
#define is_rangeobject(op) ((op)->ob_type == &Rangetype)
|
||||
|
||||
extern object *newrangeobject PROTO((long, long, long));
|
||||
extern object *newrangeobject PROTO((long, long, long, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue