消息 [102516]
The patch was causing a failure in test_codeccallbacks, issue8271v4 fixes the test.
(The failing test in test_codeccallbacks was testing that registering error handlers works, using a function that replaced "\xc0\x80" with "\x00". Since now "\xc0" is an invalid start byte regardless of what follows, the function is now receiving only "\xc0" instead of "\xc0\x80" so I had to change the test.) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-04-07 04:08:15 | ezio.melotti | 修改 | recipients:
+ ezio.melotti, lemburg, sjmachin, vstinner, dangra |
| 2010-04-07 04:08:15 | ezio.melotti | 修改 | messageid: <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za> |
| 2010-04-07 04:08:13 | ezio.melotti | 链接 | issue8271 messages |
| 2010-04-07 04:08:13 | ezio.melotti | 创建 | |
|