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 arigo
Recipients arigo, georg.brandl, scoder
Date 2008-05-29.08:07:13
SpamBayes Score 0.04545569
Marked as misclassified No
Message-id <1212048436.33.0.50358235809.issue2990@psf.upfronthosting.co.za>
In-reply-to
Content
This was actually not a bug because the object being decref'ed
is guaranteed to be exactly a string or None, as told in the comment
about the 'name' field.  So no user code could possibly run during
this Py_DECREF() call.
History
Date User Action Args
2008-05-29 08:07:16arigosetspambayes_score: 0.0454557 -> 0.04545569
recipients: + arigo, georg.brandl, scoder
2008-05-29 08:07:16arigosetspambayes_score: 0.0454557 -> 0.0454557
messageid: <1212048436.33.0.50358235809.issue2990@psf.upfronthosting.co.za>
2008-05-29 08:07:15arigolinkissue2990 messages
2008-05-29 08:07:14arigocreate