cpython/Objects
Inada Naoki 91234a1636
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
This patch implements per opcode cache mechanism, and use it in
only LOAD_GLOBAL opcode.

Based on Yury's opcache3.patch in bpo-26219.
2019-06-03 21:30:58 +09:00
..
clinic Improve docstring of list.sort (GH-8516) 2019-05-31 21:10:02 -07:00
stringlib Improve exception message for str.format (GH-12675) 2019-06-01 10:14:00 -07:00
abstract.c bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) 2019-06-02 23:52:20 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) 2019-06-03 21:30:58 +09:00
complexobject.c bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) 2019-06-03 21:30:58 +09:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
frameobject.c
funcobject.c
genobject.c
interpreteridobject.c
iterobject.c
listobject.c Improve docstring of list.sort (GH-8516) 2019-05-31 21:10:02 -07:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761) 2019-06-03 02:28:29 +02:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c bpo-37029: keep usable_arenas in sorted order without searching (#13612) 2019-05-31 21:16:04 -05:00
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c Call PyObject_GC_UnTrack in structseq dealloc (GH-13751) 2019-06-02 21:52:49 +01:00
tupleobject.c
typeobject.c bpo-36974: add some assertions for PEP 590 (GH-13682) 2019-06-03 01:57:22 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects