]> granicus.if.org Git - python/commit
eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the
authorBarry Warsaw <barry@python.org>
Thu, 28 Aug 1997 22:36:40 +0000 (22:36 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 28 Aug 1997 22:36:40 +0000 (22:36 +0000)
commiteaedc7ce3296becb466fd42fa07319e9c43771a0
treea5a12f2c60db7141fb22d59ef5e6b7d037d46865
parentc1f088201f5a2a69b0d2045123a61d27406dfb8a
eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the
former rather than the latter, since PyErr_NormalizeException takes
PyObject** and I didn't want to change the interface for set_exc_info
(but I did want the changes propagated to eval_code2!).
Python/ceval.c