Bugs item #1525469, was opened at 2006-07-19 14:06
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1525469&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Russell Warren (qopit)
>Assigned to: A.M. Kuchling (akuchling)
Summary: SimpleXMLRpcServer still uses sys.exc_value and sys.exc_type

Initial Comment:
Use of sys.exc_value and sys.exc_type is not thread
safe.  It should just use sys.exc_info.

Both exc_value and exc_type are used in two exceptiuon
trapping locations.

This goes back to at least 2.3, and I've checked 2.5
svn ver 50569 and it is still an issue.

Russ


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

>Comment By: A.M. Kuchling (akuchling)
Date: 2006-07-26 13:45

Message:
Logged In: YES 
user_id=11375

Tested patch attached.  I want to get the go-ahead from the
release manager before committing this change.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1525469&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to