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 christian.heimes
Recipients christian.heimes, gvanrossum, janssen
Date 2007-12-06.15:04:42
SpamBayes Score 0.55907696
Marked as misclassified No
Message-id <1196953482.45.0.0120301102888.issue1469@psf.upfronthosting.co.za>
In-reply-to
Content
I found the problem! I've to use PyObject_GC_New instead of PyObject_New
History
Date User Action Args
2007-12-06 15:04:42christian.heimessetspambayes_score: 0.559077 -> 0.55907696
recipients: + christian.heimes, gvanrossum, janssen
2007-12-06 15:04:42christian.heimessetspambayes_score: 0.559077 -> 0.559077
messageid: <1196953482.45.0.0120301102888.issue1469@psf.upfronthosting.co.za>
2007-12-06 15:04:42christian.heimeslinkissue1469 messages
2007-12-06 15:04:42christian.heimescreate