Permalink
Please sign in to comment.
Browse files
Remove unicodeobject.c and family from the OVM build!
This was easy because Python already has a Py_USING_UNICODE #define. And it worked! The only issue is that come modules like posixpath have unicode constants. So I added a hack in marshal.c to urn unicode constants into string constants. All spec tests pass.
- Loading branch information...
Showing
with
7 additions
and 12 deletions.
- +1 −0 Python-2.7.13/Modules/main.c
- +6 −0 Python-2.7.13/Python/marshal.c
- +0 −9 Python-2.7.13/pyconfig.h
- +0 −3 build/compile.sh
0 comments on commit
f3484d8