Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fe9089a08b6dd6dd1ba8b238afc2fc4dfaac689e
/
Python
/
ceval.c
45bc392
bpo-38090: Fix reference leak in ceval.c (GH-15848)
by Miss Islington (bot)
· 5 years ago
2d5594f
bpo-20490: Improve circular import error message (GH-15308)
by Steve Dower
· 5 years ago
bf8e82f
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
by Jeroen Demeyer
· 5 years ago
874ff65
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
by Miss Islington (bot)
· 5 years ago
0fd2c30
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
by Victor Stinner
· 5 years ago
eddef86
bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787)
by Inada Naoki
· 5 years ago
e225beb
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)
by Victor Stinner
· 5 years ago
395420e
bpo-26219: remove unused code (GH-13775)
by Inada Naoki
· 5 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 5 years ago
6a150bc
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
by Eric Snow
· 5 years ago
cd74e66
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
by Pablo Galindo
· 5 years ago
396e0a8
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
by Eric Snow
· 5 years ago
37788bc
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
by Jeroen Demeyer
· 5 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 5 years ago
3880f26
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
by Matthias Bussonnier
· 5 years ago
438a12d
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
by Victor Stinner
· 5 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 5 years ago
d5d9e81
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
by Victor Stinner
· 5 years ago
09532fe
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
by Victor Stinner
· 6 years ago
f00828a
bpo-36851: Clean the frame stack if the execution ends with a return and the stack is not empty (GH-13191)
by Pablo Galindo
· 6 years ago
9a4135e
bpo-36817: Add f-string debugging using '='. (GH-13123)
by Eric V. Smith
· 6 years ago
c664b34
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
by Victor Stinner
· 6 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
99fcc61
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
by Victor Stinner
· 6 years ago
b36e5d6
bpo-36356: Destroy the GIL at exit (GH-12453)
by Victor Stinner
· 6 years ago
f781d20
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667)
by Joannah Nanjekye
· 6 years ago
b021ba5
Fix typo in 'tandem' word (GH-12998) (GH-12998)
by Andrey
· 6 years ago
5c75f37
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
by Victor Stinner
· 6 years ago
b75b1a35
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806)
by Eric Snow
· 6 years ago
f13c5c8
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360)
by Eric Snow
· 6 years ago
027b09c
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
by Stefan Krah
· 6 years ago
a712679
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
by Victor Stinner
· 6 years ago
842a2f0
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
by Eric Snow
· 6 years ago
e3f4070
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
by Victor Stinner
· 6 years ago
8479a34
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
by Eric Snow
· 6 years ago
5be45a6
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
by Eric Snow
· 6 years ago
7bda9de
Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243)
by Eric Snow
· 6 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 6 years ago
bda918bf
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062)
by Eric Snow
· 6 years ago
234531b
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
by Sergey Fedoseev
· 6 years ago
a24107b
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
by Serhiy Storchaka
· 6 years ago
ef4ac96
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)
by Eric Snow
· 6 years ago
64d6cc8
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530)
by Eric Snow
· 6 years ago
001fee1
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
by Inada Naoki
· 6 years ago
f1ec3ce
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438)
by Serhiy Storchaka
· 6 years ago
fdf282d
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
by Eric Snow
· 6 years ago
8905fcc
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
by Serhiy Storchaka
· 6 years ago
bb86bf4
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
by Serhiy Storchaka
· 6 years ago
99d56b5
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
by Zackery Spytz
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 6 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
9204fb8
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
by Victor Stinner
· 6 years ago
3bd0d62
Fix typos in comments (GH-9905)
by Quan Tian
· 6 years ago
eef0596
bpo-31370: Remove references to threadless builds (#8805)
by Zackery Spytz
· 6 years ago
e89de73
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
by jdemeyer
· 6 years ago
ddd1949
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
by Benjamin Peterson
· 6 years ago
caba55b
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
by Victor Stinner
· 6 years ago
8ed317f
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
by costypetrisor
· 6 years ago
147d955
bpo-34190: Fix reference leak in call_function() (GH-8413)
by jdemeyer
· 6 years ago
56868f9
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
by jdemeyer
· 6 years ago
3f4d90d
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
by Serhiy Storchaka
· 6 years ago
3a9ccee
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
by Marcel Plch
· 7 years ago
a68f2f0
bpo-29922: Improve error messages in 'async with' (GH-6352)
by Serhiy Storchaka
· 7 years ago
d8b291a
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
by Xiang Zhang
· 7 years ago
702f8f3
bpo-33041: Rework compiling an "async for" loop. (#6142)
by Serhiy Storchaka
· 7 years ago
520b7ae
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
by Serhiy Storchaka
· 7 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 7 years ago
2914bb3
bpo-20891: Py_Initialize() now creates the GIL (#4700)
by Victor Stinner
· 7 years ago
997478e
bpo-32688: Make why the line is commented out clear (GH-5405)
by Xiang Zhang
· 7 years ago
f320be7
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
by Serhiy Storchaka
· 7 years ago
fc2f407
bpo-32591: Add native coroutine origin tracking (#5250)
by Nathaniel J. Smith
· 7 years ago
13a6c09
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
by Serhiy Storchaka
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 7 years ago
1896793
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
by pdox
· 7 years ago
95f1a7b
remove support for splitting the ceval switch into multiple switches (#4099)
by Benjamin Peterson
· 7 years ago
ae3087c
Move exc state to generator. Fixes bpo-25612 (#1773)
by Mark Shannon
· 7 years ago
20faa68
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
by George King
· 7 years ago
faa135a
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
by Yury Selivanov
· 7 years ago
6db7033
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
by Oren Milman
· 7 years ago
3f9eee6
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
by Eric Snow
· 7 years ago
b2e5794
bpo-31338 (#3374)
by Barry Warsaw
· 7 years ago
93c92f7
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
by Eric Snow
· 7 years ago
e3b2b4b
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
by Serhiy Storchaka
· 7 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 7 years ago
5a85167
bpo-31344: Per-frame control of trace events (GH-3417)
by Nick Coghlan
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 7 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
86b7afd
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
by Eric Snow
· 7 years ago
f432a32
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
by Stefan Krah
· 7 years ago
25e4f77
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
by Serhiy Storchaka
· 7 years ago
49b2734
Spelling fixes (#2902)
by Ville Skyttä
· 7 years ago
c6ea897
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
by Zackery Spytz
· 7 years ago
0c31163
bpo-30854: Fix compile error when --without-threads (#2581)
by Masayuki Yamamoto
· 7 years ago
c08177a
bpo-30703: Improve signal delivery (#2415)
by Antoine Pitrou
· 7 years ago
50c2850
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
by Adrian Wielgosik
· 7 years ago
Next »