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

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

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/pop_block ('k') | cgen/templates/default/pop_jump_if_false » ('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(POP_EXCEPT)
3 {
4 PyTryBlock *b = PyFrame_BlockPop(f);
5 if (b->b_type != EXCEPT_HANDLER) {
6 PyErr_SetString(PyExc_SystemError,
7 "popped block is not an except h andler");
8 why = WHY_EXCEPTION;
9 goto on_error;;
10 }
11 UNWIND_EXCEPT_HANDLER(b);
12 }
13 DISPATCH();
OLDNEW
« no previous file with comments | « cgen/templates/default/pop_block ('k') | cgen/templates/default/pop_jump_if_false » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7