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 jnferguson
Recipients amaury.forgeotdarc, jnferguson
Date 2008-04-08.16:23:12
SpamBayes Score 0.04568875
Marked as misclassified No
Message-id <1207671793.13.0.384664391558.issue2587@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with assert()'s is they require debugging to be enabled,
obviously, who compiles it that way?

You may not even want to worry about the second check, when you pass it
into the allocator it gets converted to an unsigned int which will cause
the allocator to either fail (32-bit) or allocate more memory than
expected-- either cause it handled/benign.

If you'd prefer I can file every place where this actually bites you
guys, I was just trying to be nice.
History
Date User Action Args
2008-04-08 16:23:13jnfergusonsetspambayes_score: 0.0456887 -> 0.04568875
recipients: + jnferguson, amaury.forgeotdarc
2008-04-08 16:23:13jnfergusonsetspambayes_score: 0.0456887 -> 0.0456887
messageid: <1207671793.13.0.384664391558.issue2587@psf.upfronthosting.co.za>
2008-04-08 16:23:12jnfergusonlinkissue2587 messages
2008-04-08 16:23:12jnfergusoncreate