Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4526)

Side by Side Diff: cgen/templates/default/delete_subscr

Issue 14757: INCA: Inline Caching meets Quickening in Python 3.3
Patch Set: Created 1 year ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cgen/templates/default/delete_name ('k') | cgen/templates/default/dup_top » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 TARGET(DELETE_SUBSCR)
3 w = TOP();
4 v = SECOND();
5 STACKADJ(-2);
6 /* del v[w] */
7 err = PyObject_DelItem(v, w);
8 Py_DECREF(v);
9 Py_DECREF(w);
10 if (err == 0) DISPATCH();
11 goto on_error;;
12
OLDNEW
« no previous file with comments | « cgen/templates/default/delete_name ('k') | cgen/templates/default/dup_top » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7