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

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

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_fast ('k') | cgen/templates/default/delete_name » ('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_GLOBAL)
3 w = GETITEM(names, oparg);
4 if ((err = PyDict_DelItem(f->f_globals, w)) != 0)
5 format_exc_check_arg(
6 PyExc_NameError, GLOBAL_NAME_ERROR_MSG, w);
7 goto on_error;;
8
OLDNEW
« no previous file with comments | « cgen/templates/default/delete_fast ('k') | cgen/templates/default/delete_name » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7