Author qopit
Recipients
Date 2006-07-19.18:06:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 14:41:25adminlinkissue1525469 messages
2007-08-23 14:41:25admincreate