track embedded python distribution

This commit is contained in:
James Taylor
2018-07-12 23:40:30 -07:00
parent fe9fe82577
commit c3b9f8c458
80 changed files with 81288 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
# this produces syntax error on Python3
__all__ = ['reraise']
def reraise(type, value, tb):
raise type, value, tb