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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 16 Aug 2001 08:27:46 -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: Guido van Rossum (gvanrossum)
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.

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

>Comment By: Barry Warsaw (bwarsaw)
Date: 2001-08-16 08:27

Message:
Logged In: YES 
user_id=12800

Reassigning back to Guido to remind him to take a closer
look, and provide more information.

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

Comment By: Barry Warsaw (bwarsaw)
Date: 2001-08-13 16:02

Message:
Logged In: YES 
user_id=12800

This might be related to SF bug #422004, but then again it
may not.  So far I found a reproducible problem.

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

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