Commit 67774c49 authored by Denis Bilenko's avatar Denis Bilenko

test__exc_info.py: clear exc_info explicitly to avoid failures on 2.4

parent c4812fdb
...@@ -2,6 +2,8 @@ import gevent ...@@ -2,6 +2,8 @@ import gevent
import sys import sys
import greentest import greentest
sys.exc_clear()
class ExpectedError(Exception): class ExpectedError(Exception):
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment