Permalink
Please sign in to comment.
Browse files
Compile Oil's stdlib dependencies with OPy.
Had to cahnge/remove some print statements. Also compiler OPy's stdlib dependencies. Additional dependencies: atexit, collections, copy, dis, heapq. Now Running into an encoding issue.
- Loading branch information...
Showing
with
119 additions
and 86 deletions.
- +5 −4 Python-2.7.13/Lib/atexit.py
- +6 −5 Python-2.7.13/Lib/collections.py
- +19 −18 Python-2.7.13/Lib/copy.py
- +38 −37 Python-2.7.13/Lib/dis.py
- +2 −1 Python-2.7.13/Lib/heapq.py
- +2 −1 Python-2.7.13/Lib/platform.py
- +2 −1 Python-2.7.13/Lib/sre_constants.py
- +13 −11 Python-2.7.13/Lib/sre_parse.py
- +2 −1 build/app_deps_test.py
- +25 −6 opy/build.sh
- +5 −1 opy/common.sh
Oops, something went wrong.
0 comments on commit
34c7ebc