[Python-3000] turtle.Screen.__init__ issue

2008-09-21 Thread Gregor Lingl
Hello there, its high time to resolve an issue, which I have already addressed twice some weeks ago. (You can find a more elaborate description in my former posting cited below) There is a tiny difference (also in behaviour!) in turtle.Screen.__init__() between the versions for 2.6 and 3.0.

[Python-3000] PySys_SetObject() crashes in secondary sub interpreters.

2008-09-21 Thread Graham Dumpleton
For early Python 3.0 alpha versions I had mod_wsgi working no problems. When I tried b3 it breaks for secondary sub interpreters. In particular, a call to PySys_SetObject() crashes. >From what I can tell so far the problem is that 'interp->sysdict' is NULL after calling Py_NewInterpreter() to crea