Message 65872 - Python tracker
Message65872
| 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:03 | belopolsky | set | spambayes_score: 0.147473 -> 0.14747296 recipients: + belopolsky, gvanrossum, alexandre.vassalotti |
| 2008-04-27 04:27:58 | belopolsky | set | spambayes_score: 0.147473 -> 0.147473 messageid: <1209270478.12.0.651844387256.issue1950@psf.upfronthosting.co.za> |
| 2008-04-27 04:27:55 | belopolsky | link | issue1950 messages |
| 2008-04-27 04:27:01 | belopolsky | create | |