commit | eaedc7ce3296becb466fd42fa07319e9c43771a0 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Aug 28 22:36:40 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Aug 28 22:36:40 1997 +0000 |
tree | a5a12f2c60db7141fb22d59ef5e6b7d037d46865 | |
parent | c1f088201f5a2a69b0d2045123a61d27406dfb8a [diff] |
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!).