track embedded python distribution
This commit is contained in:
7
python/gevent/_util_py2.py
Normal file
7
python/gevent/_util_py2.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# this produces syntax error on Python3
|
||||
|
||||
__all__ = ['reraise']
|
||||
|
||||
|
||||
def reraise(type, value, tb):
|
||||
raise type, value, tb
|
||||
Reference in New Issue
Block a user