cpython/Objects
Victor Stinner b4efc963d6 Issue #25557: Refactor _PyDict_LoadGlobal()
Don't fallback to PyDict_GetItemWithError() if the hash is unknown: compute the
hash instead. Add also comments to explain the optimization a little bit.
2015-11-20 09:24:02 +01:00
..
clinic
stringlib Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on 2015-11-14 15:42:17 +02:00
README
abstract.c Issue #24802: Merge null termination fixes from 3.5 2015-11-07 03:15:32 +00:00
accu.c
boolobject.c
bytearrayobject.c Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on 2015-11-14 15:42:17 +02:00
bytes_methods.c
bytesobject.c Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on 2015-11-14 15:42:17 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c Issue #24802: Merge null termination fixes from 3.4 into 3.5 2015-11-07 02:56:11 +00:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c Issue #25557: Refactor _PyDict_LoadGlobal() 2015-11-20 09:24:02 +01:00
enumobject.c
exceptions.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
fileobject.c
floatobject.c Issue #24802: Merge null termination fixes from 3.4 into 3.5 2015-11-07 02:56:11 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Fix compiler warnings (uninitialized variables), false alarms in fact 2015-10-14 12:10:20 +02:00
memoryobject.c Fix Visual Studio warning. 2015-11-10 18:35:19 +01:00
methodobject.c
moduleobject.c
namespaceobject.c
object.c Issue #25210: Change error message of do_richcompare() 2015-10-14 18:25:31 +02:00
obmalloc.c
odictobject.c Issue #25462: The hash of the key now is calculated only once in most 2015-11-13 14:48:36 +02:00
rangeobject.c
setobject.c Add assertion to verify the pre-condition in the comments. 2015-11-17 20:58:43 -08:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now 2015-11-12 11:34:39 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c merge 3.5 (#25630) 2015-11-15 21:57:50 -08:00
unicodetype_db.h
weakrefobject.c

README

Source files for various builtin objects