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 alexandre.vassalotti, belopolsky, gvanrossum
Date 2008-04-27.04:26:35
SpamBayes Score 0.14747296
Marked as misclassified No
Message-id <1209270478.12.0.651844387256.issue1950@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good.  Just a question: I thought the strings returned by PyUnicode_AsStringAndSize are 0-terminated, while your patch at several 
places attempts to explicitly 0-terminate a copy of such string.  Are you 
sure this is necessary?
History
Date User Action Args
2008-04-27 04:28:03belopolskysetspambayes_score: 0.147473 -> 0.14747296
recipients: + belopolsky, gvanrossum, alexandre.vassalotti
2008-04-27 04:27:58belopolskysetspambayes_score: 0.147473 -> 0.147473
messageid: <1209270478.12.0.651844387256.issue1950@psf.upfronthosting.co.za>
2008-04-27 04:27:55belopolskylinkissue1950 messages
2008-04-27 04:27:01belopolskycreate