]> granicus.if.org Git - python/commit
When returning an error from jcompile() (which is passed through by
authorGuido van Rossum <guido@python.org>
Mon, 7 Aug 2000 19:22:43 +0000 (19:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Aug 2000 19:22:43 +0000 (19:22 +0000)
commit6c2f0c73a13e1d106042661ddf5c6ab1d56bdd01
tree3d0f508c81d36c310b35c88428230705d3362508
parented473a46fc06d3e707821e5b83fa7210239a492d
When returning an error from jcompile() (which is passed through by
PyNode_Compile()), make sure that an exception is actually set --
otherwise someone stomped on our error.  [2.0 checkin of this fix.]
Python/compile.c