raise NameError instead of KeyError when del-ing a non-existing name inside of a...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Mar 2013 08:43:00 +0000 (09:43 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Mar 2013 08:43:00 +0000 (09:43 +0100)
commitefd1e759131ce68abc8bdc4bcd9577572678f705
tree7f342456cd99fb28432da03f54e207a3dcd5e9b7
parentb421819ab1ffd58f121a51a0d2d7a6778a78fbd2
raise NameError instead of KeyError when del-ing a non-existing name inside of a Python class body
Cython/Compiler/ExprNodes.py
tests/run/py_classbody.py