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 arigo
Recipients Carl.Friedrich.Bolz, amaury.forgeotdarc, arigo, fijal, theller
Date 2008-01-15.16:54:01
SpamBayes Score 0.011588455
Marked as misclassified No
Message-id <1200416102.4.0.856920036803.issue1831@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is missing Py_DECREF(name).  Also, I'd raise TypeError
instead of ValueError, just like function calls do in a similar
situation.
History
Date User Action Args
2008-01-15 16:55:02arigosetspambayes_score: 0.0115885 -> 0.011588455
recipients: + arigo, theller, amaury.forgeotdarc, fijal, Carl.Friedrich.Bolz
2008-01-15 16:55:02arigosetspambayes_score: 0.0115885 -> 0.0115885
messageid: <1200416102.4.0.856920036803.issue1831@psf.upfronthosting.co.za>
2008-01-15 16:54:01arigolinkissue1831 messages
2008-01-15 16:54:01arigocreate