Though again, pypy is a different interpreter. You would not have an easy path trying to mix it into your Maya-based workflow. Maya is basically the persistent cpython interpreter with an exposed API. Doesn't make too much sense to try and mix or change the interp. You still have to make use of precompiled C python extensions.
On Sep 19, 2012, at 9:30 PM, DayDreaner <[email protected]> wrote: > Never heard of the stackless python, going through it. > pypy Its faster than cpython. > > Here is the PyPy Presentation in PyCon 2011. > > -- > Day Dreamer > > > > On Thursday, September 20, 2012 8:33:51 AM UTC+5:30, Jay Goodman wrote: > Has anyone tried this? http://www.stackless.com/ > I've never been very happy with dealing with threads in python. > Unfortunately they don't have a version for 2.5. Time to upgrade Maya :P > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
