summaryrefslogtreecommitdiffstatshomepage
path: root/py/compile.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-03-29 02:52:17 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-03-29 04:35:36 +0200
commit682f9e639d140849a5b33aecb74e2e2cb2c6ee77 (patch)
treeb3900bf759dfb4dca95f72d740d1a7845edafa15 /py/compile.c
parent4fff26a35cf88765efc1ca0595fa2b26eff4fc84 (diff)
downloadmicropython-682f9e639d140849a5b33aecb74e2e2cb2c6ee77.tar.gz
micropython-682f9e639d140849a5b33aecb74e2e2cb2c6ee77.zip
vm: Make sure that exception triple is <type, instance, traceback>.
This reduntant triple is one of the ugliest parts of Python, which they chickened out to fix in Python3. We really should consider passing just as single exception instance (without breaking Python-level APIs of course), but until we do, let's follow CPython layout.
Diffstat (limited to 'py/compile.c')
0 files changed, 0 insertions, 0 deletions