Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
There are several places where some Jython-specific hacks are used. For example, there are imports fromcom.python.core
which is a third-party library.
They are untested and undocumented.
Right now Jython is stuck with 2.7
I think, we don't have to keep it: eventually Jython can patch it on their side, since all parts are pure-Python code.
Original issue on Jython's repo:jython/jython#217
I think we should leave this open for some time (1 month?) to let Jython's team to comment on this.
CC@Yhg1s
PR to review and comment is incoming :)