﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9146	handlers/base.py relies on cpython-specific behavior	Maciej Fijalkowski	jacobkm	"Example of code:

{{{

import sys
try:
    raise 1/0
except:
    try:
        stuff
    finally:
        print sys.exc_info()
}}}


I think it should print NameError inside print. CPython behaves differently. Anyway, it's very confusing. The same logic is in
{{{handlers/base.py}}} around line 118, which indirectly calls sys.exc_info."		closed	Core (Other)	1.0		invalid	pypy obscure		Accepted	0	0	0	0	0	0
