[issue19335] codeop misclassifies incomplete code with 'nonlocal'

Esa Peuha report at bugs.python.org
Tue Oct 22 09:13:33 CEST 2013


Esa Peuha added the comment:

> Someone needs to compare _maybe_compile to the equivalent C code used by the real interpreter.

Well, _maybe_compile() just calls the built-in function compile() internally, so I'm not sure what sort of comparison you want...

----------
nosy: +Esa.Peuha
title: codeop misclassifies incomple code with 'nonlocal' -> codeop misclassifies incomplete code with 'nonlocal'

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19335>
_______________________________________


More information about the Python-bugs-list mailing list