Yes, although in the end Vinay moved in a different direction (single shared source instead of 2to3). I'm really interested in diving in and figuring out some of the pros and cons of that approach; I hadn't thought it as going to be possible on a codebase like Django.
fijal responded on the reddit post of the same topic about how sys.exc_info is dog slow under PyPy, so the dances you have to do for exception handling will probably rank highly in the con list. They're also pretty shitty looking.
Edit: you already responded over there, never mind.
Comments
Yes, although in the end Vinay moved in a different direction (single shared source instead of 2to3). I'm really interested in diving in and figuring out some of the pros and cons of that approach; I hadn't thought it as going to be possible on a codebase like Django.
fijal responded on the reddit post of the same topic about how sys.exc_info is dog slow under PyPy, so the dances you have to do for exception handling will probably rank highly in the con list. They're also pretty shitty looking.
Edit: you already responded over there, never mind.