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 chmod007
Recipients belopolsky, chmod007, jnferguson, rhettinger
Date 2008-04-10.17:17:28
SpamBayes Score 0.01609982
Marked as misclassified No
Message-id <1207847849.75.0.996835276297.issue2586@psf.upfronthosting.co.za>
In-reply-to
Content
I submit that a check for negative values (non-assert-based) should be 
added to PyString_FromStringAndSize(). This API is called from many, many 
places, and in several cases the operand could probably be negative. It 
should raise an overflow exception for a negative value.
History
Date User Action Args
2008-04-10 17:17:30chmod007setspambayes_score: 0.0160998 -> 0.01609982
recipients: + chmod007, rhettinger, belopolsky, jnferguson
2008-04-10 17:17:29chmod007setspambayes_score: 0.0160998 -> 0.0160998
messageid: <1207847849.75.0.996835276297.issue2586@psf.upfronthosting.co.za>
2008-04-10 17:17:29chmod007linkissue2586 messages
2008-04-10 17:17:28chmod007create