2012/6/4 Christian Tismer <[email protected]> > When thinking of it, a slightly crazy concern popped up: > I just followed the pyvenv discussions. PEP 405 will not be back-ported > to Python2.7. > If we now have two interpreter versions in one binary, which one of > the Janus-heads will lead decisions like pyvenv startup? >
Even if there are two interpreters, only one will run at start-up, modules from the other interpreter need a special "import_py3k" function. -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
