Open ironpythonbot opened 9 years ago
On 2010-07-22 05:43:45 UTC, dfugate commented:
I believe this is the culprit behind test_python.py's "# Building up most complex TRY-CATCH-FINALLY-RAISE-WITH-CLASS combination with inheritance." failing as well.
Note how CPython 2.7 correctly picks up the most recent raised exception WRT sys.exc_info in the example below:
D:\rft\vsl\dlr\Languages\IronPython\Tests>type blah.py
Work Item Details
Original CodePlex Issue: Issue 27990 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jul 6, 2010 at 11:27 PM Reported by: dfugate Updated on: Feb 22, 2013 at 2:10 AM Updated by: jdhardy Test: test_excinfo.py (test_with_except_fail)