encukou
bpo-37207GH-18464
This continues the `range()` part of #13930. The complete pull request is stalled on discussions around dicts, but `range()` should not be controversial. (And I plan to open PRs for other parts if this is merged.) On top of Mark's change, I unified `range_new` and `range_vectorcall`, which had a lot of duplicate code. https://bugs.python.org/issue37207
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| .. | |||
| Failed to load latest commit information. | |||
|
|
clinic |
|
|
|
|
stringlib |
|
|
|
|
README | ||
|
|
abstract.c | ||
|
|
accu.c | ||
|
|
boolobject.c | ||
|
|
bytearrayobject.c | ||
|
|
bytes_methods.c | ||
|
|
bytesobject.c | ||
|
|
call.c | ||
|
|
capsule.c | ||
|
|
cellobject.c | ||
|
|
classobject.c | ||
|
|
codeobject.c | ||
|
|
complexobject.c | ||
|
|
descrobject.c | ||
|
|
dict-common.h | ||
|
|
dictnotes.txt | ||
|
|
dictobject.c | ||
|
|
enumobject.c | ||
|
|
exceptions.c | ||
|
|
fileobject.c | ||
|
|
floatobject.c | ||
|
|
frameobject.c | ||
|
|
funcobject.c | ||
|
|
genobject.c | ||
|
|
interpreteridobject.c | ||
|
|
iterobject.c | ||
|
|
listobject.c | ||
|
|
listsort.txt | ||
|
|
lnotab_notes.txt | ||
|
|
longobject.c | ||
|
|
memoryobject.c | ||
|
|
methodobject.c | ||
|
|
moduleobject.c | ||
|
|
namespaceobject.c | ||
|
|
object.c | ||
|
|
obmalloc.c | ||
|
|
odictobject.c | ||
|
|
picklebufobject.c | ||
|
|
rangeobject.c | ||
|
|
setobject.c | ||
|
|
sliceobject.c | ||
|
|
structseq.c | ||
|
|
tupleobject.c | ||
|
|
typeobject.c | ||
|
|
typeslots.inc | ||
|
|
typeslots.py | ||
|
|
unicodectype.c | ||
|
|
unicodeobject.c | ||
|
|
unicodetype_db.h | ||
|
|
weakrefobject.c | ||
README
Source files for various builtin objects