[Python-bugs-list] [ python-Bugs-449151 ] Multiple interpreters break exceptions

noreply@sourceforge.net noreply@sourceforge.net
Wed, 08 Aug 2001 08:05:07 -0700


Bugs item #449151, was opened at 2001-08-08 08:05
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449151&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Barry Warsaw (bwarsaw)
Summary: Multiple interpreters break exceptions

Initial Comment:
When creating multiple interpreters, the initialization
of exceptions in the second interpreter created
overwrites the globals set by the first interpreter,
thereby messing up the identities of exceptions.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449151&group_id=5470