Group: comp.lang.python


Subject: More than one interpreter per process?
From: aahz@pythoncraft.com (Aahz)
Date: 12/18/2007 9:09:58 AM
In article <224c0c36-0524-478b-a3ab-689e5f0a7e9f@i72g2000hsd.googlegroups.com>, sturlamolden <sturlamolden@yahoo.no> wrote: >On 18 Des, 10:24, Roger Binns <rog...@rogerbinns.com> wrote: >> >> You would have more luck getting this sort of change into Python 3 since >> that requires most extension modules to be modified a bit (eg to deal >> with string and unicode issues). > >PEPs are closed for Python 3. That's true for core interpreter changes and only applies to Python 3.0. Overall, what Roger said is true: if there is any hope for your proposal, you must ensure that you can make it happen in Python 3. -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ "Typing is cheap. Thinking is expensive." --Roy Smith