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 gvanrossum
Recipients arigo, brett.cannon, gvanrossum, jhylton, mwh, zseil
Date 2008-01-23.21:45:10
SpamBayes Score 0.1507498
Marked as misclassified No
Message-id <1201124712.89.0.033803480246.issue1303614@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a better fix, which also fixes the similar code path in
GenericSetAttr().  As a bonus, I reviewed all uses of
_PyObject_GetDictPtr() and found one questionable place where the dict
at *dictptr was DECREF'ed before that location was set to NULL.  I think
we're better off setting it to NULL and *then* DECREF'ing the dict.
History
Date User Action Args
2008-01-23 21:45:13gvanrossumsetspambayes_score: 0.15075 -> 0.1507498
recipients: + gvanrossum, mwh, jhylton, brett.cannon, arigo, zseil
2008-01-23 21:45:12gvanrossumsetspambayes_score: 0.15075 -> 0.15075
messageid: <1201124712.89.0.033803480246.issue1303614@psf.upfronthosting.co.za>
2008-01-23 21:45:11gvanrossumlinkissue1303614 messages
2008-01-23 21:45:11gvanrossumcreate