Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2d0eb65f455ddd66f74ad01a8f4a44d271f2a3da
/
Python
/
ceval.c
2d0eb65
Uniformize argument names of "call" functions
by Victor Stinner
· 8 years ago
de4ae3d
Backed out changeset b9c9691c72c5
by Victor Stinner
· 8 years ago
842cfff
WITH_CLEANUP_START uses fastcall
by Victor Stinner
· 8 years ago
27580c1
Replace PyObject_CallFunctionObjArgs() with fastcall
by Victor Stinner
· 8 years ago
b69ee8c
call_function(): document PyMethod optimization
by Victor Stinner
· 8 years ago
048afd9
Remove CALL_PROFILE special build
by Victor Stinner
· 8 years ago
ed6de73
Merge 3.6
by Victor Stinner
· 8 years ago
f7d199f
Fix _PyGen_yf()
by Victor Stinner
· 8 years ago
3fa28fd
merge
by Raymond Hettinger
· 8 years ago
64e2f9a
Issue #27100: Fix ref leak
by Raymond Hettinger
· 8 years ago
9af740b
merge
by Raymond Hettinger
· 8 years ago
a3fec15
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
by Raymond Hettinger
· 8 years ago
85b0f5b
Added the const qualifier to char* variables that refer to readonly internal
by Serhiy Storchaka
· 8 years ago
a98c4a9
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
c32f9db
Issue #28665: Use macro form of PyCell_GET/SET
by Raymond Hettinger
· 8 years ago
b2b1543
merge
by Raymond Hettinger
· 8 years ago
1352712
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup.
by Raymond Hettinger
· 8 years ago
c6944e7
Issue #28618: Make hot functions using __attribute__((hot))
by Victor Stinner
· 8 years ago
818b5cc
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 8 years ago
4678b2f
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 8 years ago
70b72f0
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
by Serhiy Storchaka
· 8 years ago
0ee446c
Merge 3.6 (issue #27243)
by Yury Selivanov
· 8 years ago
2edd8a1
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
by Yury Selivanov
· 8 years ago
d65f42a
Issue #21955: Please don't try to optimize int+int
by Victor Stinner
· 8 years ago
4186222
Minor fix-up to apply the stack adjustment macros consistent with the other opcodes
by Raymond Hettinger
· 8 years ago
5665301
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
by Serhiy Storchaka
· 8 years ago
419968c
Issue #27358: Merge from 3.6
by Berker Peksag
· 8 years ago
8e9045d
Issue #27358: Fix typo in error message
by Berker Peksag
· 8 years ago
2e84de3
Issue #27358: Optimized merging var-keyword arguments and improved error
by Serhiy Storchaka
· 8 years ago
e036ef8
Issue #27358: Optimized merging var-keyword arguments and improved error
by Serhiy Storchaka
· 8 years ago
775a0ea
Issue #28257: Improved error message when pass a non-iterable as
by Serhiy Storchaka
· 8 years ago
7344285
Issue #28257: Improved error message when pass a non-iterable as
by Serhiy Storchaka
· 8 years ago
c019158
Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode.
by Serhiy Storchaka
· 8 years ago
208bbd2
Silence GCC warning.
by Serhiy Storchaka
· 8 years ago
63dc548
Issue #28086: Single var-positional argument of tuple subtype was passed
by Serhiy Storchaka
· 8 years ago
57f91ac
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
by Victor Stinner
· 8 years ago
eece222
Issue #27213: Fix reference leaks
by Victor Stinner
· 8 years ago
b728105
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
by Serhiy Storchaka
· 8 years ago
ab87400
Issue #27129: Replaced wordcode related magic constants with macros.
by Serhiy Storchaka
· 8 years ago
a785c87
DTrace support: function calls, GC activity, line execution
by Łukasz Langa
· 8 years ago
75f94a7
remove more READ_TIMESTAMP
by Benjamin Peterson
· 8 years ago
1cfe1d1
remove READ_TIMESTAMP macro
by Benjamin Peterson
· 8 years ago
4fd64b9
remove ceval timestamp support
by Benjamin Peterson
· 8 years ago
ae8b69c
Issue #27810: Add _PyCFunction_FastCallKeywords()
by Victor Stinner
· 8 years ago
d873572
Add _PyObject_FastCallKeywords()
by Victor Stinner
· 8 years ago
f9b760f
Rework CALL_FUNCTION* opcodes
by Victor Stinner
· 8 years ago
50c584f
ceval: tighten the code of STORE_ANNOTATION
by Yury Selivanov
· 8 years ago
eb63645
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
by Yury Selivanov
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
4c483ad
Merge
by Raymond Hettinger
· 8 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 8 years ago
5c4de28
Add the co_extra field and accompanying APIs to code objects.
by Brett Cannon
· 8 years ago
ea525a2
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
by Serhiy Storchaka
· 8 years ago
3cebf93
Implement the frame evaluation API aspect of PEP 523.
by Brett Cannon
· 8 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 8 years ago
e90bdb1
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
by Victor Stinner
· 8 years ago
577e1f8
Add _PyObject_FastCallKeywords()
by Victor Stinner
· 8 years ago
74319ae
Use Py_ssize_t type for number of arguments
by Victor Stinner
· 8 years ago
6e2333d
PyEval_CallObjectWithKeywords() doesn't inc/decref
by Victor Stinner
· 8 years ago
155ea65
PyEval_CallObjectWithKeywords() uses fast call with kwargs
by Victor Stinner
· 8 years ago
6fea7f7
Issue #27809: Cleanup _PyEval_EvalCodeWithName()
by Victor Stinner
· 8 years ago
b900939
_PyFunction_FastCallDict() supports keyword args
by Victor Stinner
· 8 years ago
559bb6a
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
by Victor Stinner
· 8 years ago
2eedc11
Optimize call to Python function without argument
by Victor Stinner
· 8 years ago
df142fd
import_name() now uses fast call
by Victor Stinner
· 8 years ago
8a31c82
Fix PyObject_Call() parameter names
by Victor Stinner
· 8 years ago
3f745bf
PyEval_CallObjectWithKeywords() uses fast call
by Victor Stinner
· 8 years ago
9be7e7b
Add _PyObject_FastCall()
by Victor Stinner
· 8 years ago
0a6996d
Merge 3.5 (fix raise)
by Victor Stinner
· 8 years ago
eec9331
Fix SystemError in "raise" statement
by Victor Stinner
· 8 years ago
17061a9
Use Py_ssize_t in _PyEval_EvalCodeWithName()
by Victor Stinner
· 8 years ago
c702001
Issue #27128: Cleanup _PyEval_EvalCodeWithName()
by Victor Stinner
· 8 years ago
133138a
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
by Serhiy Storchaka
· 8 years ago
36261d7
Issue #16191: Merge comment fixes from 3.5
by Martin Panter
· 8 years ago
95f53c1
Issue #16191: Fix up references to renamed variables
by Martin Panter
· 8 years ago
fbd1523
Issue #27352: Correct the validation of the ImportFrom AST node and simplify
by Serhiy Storchaka
· 8 years ago
da9c513
Issue #27255: Added more predictions in ceval.c.
by Serhiy Storchaka
· 8 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 8 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 8 years ago
711d25d
Merge 3.5 (issue #27243)
by Yury Selivanov
· 8 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 8 years ago
74f2fe6
Fixed the use of _Py_IS_ALIGNED (issue #27097).
by Serhiy Storchaka
· 8 years ago
f60bf5f
Issue #27097: Python interpreter is now about 7% faster due to optimized
by Serhiy Storchaka
· 8 years ago
b0f80b0
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
by Serhiy Storchaka
· 8 years ago
5b2b3aa
merge 3.5 (#26991)
by Benjamin Peterson
· 8 years ago
ad887cf
fix possible refleak in MAKE_FUNCTION (closes #26991)
by Benjamin Peterson
· 8 years ago
ce41287
Issue #18531: Single var-keyword argument of dict subtype was passed
by Serhiy Storchaka
· 9 years ago
79d6e8d
Issue #26802: Optimized calling a function with *args only positional arguments.
by Serhiy Storchaka
· 9 years ago
f01e408
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
57a01d3
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
ec39756
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
d2dc15b
Merge 3.5 (issue #25888)
by Yury Selivanov
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
eb588a1
Switch to more idiomatic C code.
by Eric V. Smith
· 9 years ago
135d5f4
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format().
by Eric V. Smith
· 9 years ago
cca3299
Issue #4806: Merge * unpacking fix from 3.5
by Martin Panter
· 9 years ago
b594422
Issue #4806: Avoid masking original TypeError in call with * unpacking
by Martin Panter
· 9 years ago
bdb908e
Issue #20440: Applied yet one patch for using Py_SETREF.
by Serhiy Storchaka
· 9 years ago
Next »