aboutsummaryrefslogtreecommitdiffstats
path: root/python/gevent/_util_py2.py
blob: dc74eec5a45ea732766ff28e8c395a4e32eeb8be (plain)
1
2
3
4
5
6
7
# this produces syntax error on Python3

__all__ = ['reraise']


def reraise(type, value, tb):
    raise type, value, tb