Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 libs #5

Open
nimish opened this issue Jun 2, 2017 · 3 comments
Open

Python 3 libs #5

nimish opened this issue Jun 2, 2017 · 3 comments
Labels

Comments

@nimish
Copy link

nimish commented Jun 2, 2017

It looks like zippy currently uses jython 2's libraries (as far as I can tell). There is no released Jython 3, but there is a fork that's under sporadic development.

Is there a plan to switch to that fork of jython?

@qunaibit
Copy link
Collaborator

qunaibit commented Jun 3, 2017

Yes, once Jython 3 reaches a beta release.
Currently, ZipPy enables, by default, future features, e.g print statement, in Jython 2 to emulate Python 3

@nimish
Copy link
Author

nimish commented Dec 18, 2017

@qunaibit that's going to lead to weird results. The py3 libs are fundamentally different than the py2. Would it be possible to use pypy's libs?

@qunaibit
Copy link
Collaborator

qunaibit commented Dec 19, 2017

As I mentioned before we have plans for Jython3 once we get a beta release.
For PyPy's libs, there's no viable option to run them on ZipPy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants