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 facundobatista
Recipients brett.cannon, facundobatista, thyrsus
Date 2007-10-25.13:09:53
SpamBayes Score 0.29465887
Marked as misclassified No
Message-id <1193317793.28.0.186242919346.issue1301@psf.upfronthosting.co.za>
In-reply-to
Content
Really do not understand that assert. It says:

    assert(size < size * sizeof(Tcl_UniChar));

For that to be true, considering size to be positive, the result of
sizeof needs to be greater than 0.

If you modify it, and also accepts it to be 0, and considering that the
result of sizeof won't be negative, what is the point of keeping the assert?
History
Date User Action Args
2007-10-25 13:09:53facundobatistasetspambayes_score: 0.294659 -> 0.29465887
recipients: + facundobatista, brett.cannon, thyrsus
2007-10-25 13:09:53facundobatistasetspambayes_score: 0.294659 -> 0.294659
messageid: <1193317793.28.0.186242919346.issue1301@psf.upfronthosting.co.za>
2007-10-25 13:09:53facundobatistalinkissue1301 messages
2007-10-25 13:09:53facundobatistacreate