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 bsilverthorn
Recipients bsilverthorn
Date 2007-12-19.17:22:01
SpamBayes Score 0.040370606
Marked as misclassified No
Message-id <1198084921.68.0.0736452990224.issue1662@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a very short patch against r59568 which asserts tp_traverse
on (the types of) objects allocated in PyType_GenericAlloc(). As far as
I'm aware, tp_traverse should always be set at this point. Catching that
error early, even if only in debug builds, would help to prevent bugs
like http://bugzilla.gnome.org/show_bug.cgi?id=504337 .
Files
File name Uploaded
bcs_typeobject_assert.patch bsilverthorn, 2007-12-19.17:22:01
History
Date User Action Args
2007-12-19 17:22:02bsilverthornsetspambayes_score: 0.0403706 -> 0.040370606
recipients: + bsilverthorn
2007-12-19 17:22:01bsilverthornsetspambayes_score: 0.0403706 -> 0.0403706
messageid: <1198084921.68.0.0736452990224.issue1662@psf.upfronthosting.co.za>
2007-12-19 17:22:01bsilverthornlinkissue1662 messages
2007-12-19 17:22:01bsilverthorncreate