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
Date 2008-06-13.06:44:13
SpamBayes Score 0.0002544739
Marked as misclassified No
Message-id <1213339458.22.0.393869380892.issue3100@psf.upfronthosting.co.za>
In-reply-to
Content
Patch to add extra sanity checks to Py_INCREF (only if Py_DEBUG is set).
 If the refcount is 0 or negative if calls Py_FatalError.  This should
catch revival bugs such as this one a little more clearly.

The patch also adds a little more checking to _Py_ForgetReference, so
it's more likely to print an error rather than segfaulting.
History
Date User Action Args
2008-06-13 06:44:18Rhamphoryncussetspambayes_score: 0.000254474 -> 0.0002544739
recipients: + Rhamphoryncus
2008-06-13 06:44:18Rhamphoryncussetspambayes_score: 0.000254474 -> 0.000254474
messageid: <1213339458.22.0.393869380892.issue3100@psf.upfronthosting.co.za>
2008-06-13 06:44:16Rhamphoryncuslinkissue3100 messages
2008-06-13 06:44:15Rhamphoryncuscreate