Skip to content
Commit d17ad29f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fire 2to3

parent 8eb1ca24
Loading
Loading
Loading
Loading
  • Maintainer

    Just curious, how does the Python 3 version get built without going through 2to3?

  • Author Owner

    The idea is to target the common subset of Py 2.6+ and Python 3.x, if necessary with six.

  • Maintainer

    That may have to be necessary, as the codebase is currently incompatible with Python 3: there's uses of intern in the language module:

    https://gitlab.tiker.net/inducer/leap/blob/master/leap/vm/language.py#L103

  • Author Owner

    Started that process in 122efa60.

    My secret plan was to let Jenkins yell at us until Py3 works right, because my day-to-day working environment is still Py2.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment