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.05:24:24
SpamBayes Score 0.04303911
Marked as misclassified No
Message-id <1213334665.39.0.892217937748.issue3100@psf.upfronthosting.co.za>
In-reply-to
Content
Ahh, I missed a detail: when the callback is called the weakref has a
refcount of 0, which is ICNREFed to 1 when getting put in the args, then
drops down to 0 again when the args are DECREFed (causing it to get
_Py_ForgetReference to be called a second time, which segfaults.)
History
Date User Action Args
2008-06-13 05:24:25Rhamphoryncussetspambayes_score: 0.0430391 -> 0.04303911
recipients: + Rhamphoryncus
2008-06-13 05:24:25Rhamphoryncussetspambayes_score: 0.0430391 -> 0.0430391
messageid: <1213334665.39.0.892217937748.issue3100@psf.upfronthosting.co.za>
2008-06-13 05:24:24Rhamphoryncuslinkissue3100 messages
2008-06-13 05:24:24Rhamphoryncuscreate