]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
DELETE_FAST should issue an exception when the local variable is undefined.
authorGuido van Rossum <guido@python.org>
Tue, 12 May 1998 20:27:36 +0000 (20:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 May 1998 20:27:36 +0000 (20:27 +0000)
commit2e4c899e2d28f2acbd62f7b1353dd96df803d911
tree7cd67ce6413032f895835f29a8c18c214f0ef08a
parent1a87e9d708dae6936e87ffcb8e73515c2099efdc
DELETE_FAST should issue an exception when the local variable is undefined.
Python/ceval.c