This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients Rhamphoryncus, benjamin.peterson, pitrou
Date 2008-06-15.00:09:40
SpamBayes Score 0.024614394
Marked as misclassified No
Message-id <1213488581.66.0.0873182222432.issue3114@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that fix is 100% right - it fixes safety, but not
correctness.  Wouldn't it be more correct to move all 3 into
temporaries, assign from tstate, then XDECREF the temporaries? 
Otherwise you're going to expose just the value or traceback, without a
type set.
History
Date User Action Args
2008-06-15 00:09:41Rhamphoryncussetspambayes_score: 0.0246144 -> 0.024614394
recipients: + Rhamphoryncus, pitrou, benjamin.peterson
2008-06-15 00:09:41Rhamphoryncussetspambayes_score: 0.0246144 -> 0.0246144
messageid: <1213488581.66.0.0873182222432.issue3114@psf.upfronthosting.co.za>
2008-06-15 00:09:41Rhamphoryncuslinkissue3114 messages
2008-06-15 00:09:40Rhamphoryncuscreate