]> granicus.if.org Git - python/commit
Issue 3723: Fixed initialization of subinterpreters
authorChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:48:26 +0000 (21:48 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:48:26 +0000 (21:48 +0000)
commit6a27efa2d321c2b262c0cab3c2d4af3e2e8a9ead
tree8b5388600b6df266a89b8ec1324ae6441cfbd032
parent5833a2f6fdc6ee58b23a02380093bf1bfb015f3c
Issue 3723: Fixed initialization of subinterpreters
The patch fixes several issues with Py_NewInterpreter as well as the demo for multiple subinterpreters.
Most of the patch was written by MvL with help from Benjamin, Amaury and me. Graham Dumpleton has verified that this patch fixes an issue with mod_wsgi.
Demo/embed/importexc.c
Include/pystate.h
Misc/NEWS
Objects/unicodeobject.c
Python/bltinmodule.c
Python/codecs.c
Python/pystate.c
Python/pythonrun.c
Python/sysmodule.c