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 belopolsky
Recipients belopolsky
Date 2008-03-04.02:22:21
SpamBayes Score 0.009298537
Marked as misclassified No
Message-id <1204597345.35.0.8894806646.issue2230@psf.upfronthosting.co.za>
In-reply-to
Content
Much of existing code relies on PyArg_Parse* leaving C variables 
unmodified when conversion failed.  Attached patch documents that 
behavior.
History
Date User Action Args
2008-03-04 02:22:25belopolskysetspambayes_score: 0.00929854 -> 0.009298537
recipients: + belopolsky
2008-03-04 02:22:25belopolskysetspambayes_score: 0.00929854 -> 0.00929854
messageid: <1204597345.35.0.8894806646.issue2230@psf.upfronthosting.co.za>
2008-03-04 02:22:24belopolskylinkissue2230 messages
2008-03-04 02:22:23belopolskycreate