mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
* rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range
object.
This commit is contained in:
parent
0667626694
commit
2586bf0a34
3 changed files with 42 additions and 121 deletions
|
|
@ -38,4 +38,4 @@ extern typeobject Rangetype;
|
|||
|
||||
#define is_rangeobject(op) ((op)->ob_type == &Rangetype)
|
||||
|
||||
extern object *newrangeobject PROTO((long, long, long, int));
|
||||
extern object *newrangeobject PROTO((long, long, long));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue