Message765

Author pedronis
Recipients
Date 2002-10-18.19:09:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

https://sourceforge.net/mailarchive/message.php?
msg_id=2218221

it's a bug, in InteractiveIntepreter I think, it uses toString 
instead of
 Py.printException, where the logic for setting last_* is.
 Btw that logic does not seem to be threadsafe if 
PySystemState instance is
 shared. Honestly is the first time I look at that code and I 
presume nobody has
 used it so far :(.
 
History
Date User Action Args
2008-02-20 17:17:10adminlinkissue625364 messages
2008-02-20 17:17:10admincreate