bigfile/py/test_basic: Rework exception testing codepath so it is active on py3 also
As comments being removed states "on python3 exception state is cleared upon exiting from `except`" - so let's move exc_* fetching under except clause - this way we'll get correct exception objects on both py2 and py3.
Showing
Please register or sign in to comment