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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2008-07-09.13:33:41
SpamBayes Score 0.015522435
Marked as misclassified No
Message-id <1215610422.7.0.838989499254.issue3327@psf.upfronthosting.co.za>
In-reply-to
Content
In _PyState_AddModule(), a list of (initially) 20 elements is created, 
but there is no guarantee that all elements are initialized.  In 
particular, it appears that element 0 is always NULL.  This is bad 
since this list is accessible through introspection, e.g. by 
gc.get_objects()
History
Date User Action Args
2008-07-09 13:33:43kristjan.jonssonsetspambayes_score: 0.0155224 -> 0.015522435
recipients: + kristjan.jonsson
2008-07-09 13:33:42kristjan.jonssonsetspambayes_score: 0.0155224 -> 0.0155224
messageid: <1215610422.7.0.838989499254.issue3327@psf.upfronthosting.co.za>
2008-07-09 13:33:41kristjan.jonssonlinkissue3327 messages
2008-07-09 13:33:41kristjan.jonssoncreate