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 stutzbach
Recipients ncoghlan, stutzbach
Date 2008-07-10.12:24:54
SpamBayes Score 0.00068801385
Marked as misclassified No
Message-id <1215692698.89.0.561243267353.issue3274@psf.upfronthosting.co.za>
In-reply-to
Content
Appending _tmp is a good idea, but it won't work when the parameter
isn't a simple symbol.  For example, there's a line in cPickle.c like
this: Py_CLEAR(*p).
History
Date User Action Args
2008-07-10 12:24:59stutzbachsetspambayes_score: 0.000688014 -> 0.00068801385
recipients: + stutzbach, ncoghlan
2008-07-10 12:24:58stutzbachsetspambayes_score: 0.000688014 -> 0.000688014
messageid: <1215692698.89.0.561243267353.issue3274@psf.upfronthosting.co.za>
2008-07-10 12:24:55stutzbachlinkissue3274 messages
2008-07-10 12:24:54stutzbachcreate