消息 [187761]
I tracked down the proximate cause of the weird exception in the bytes.decode case: the base64 module only accepts bytes and bytearray objects, instead of using memoryview to accept anything that supports the buffer API and provides a C-contiguous 8-bit view of the underlying data. Raised as issue 17839. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-04-25 07:34:34 | ncoghlan | 修改 | recipients:
+ ncoghlan, ezio.melotti, flox |
| 2013-04-25 07:34:34 | ncoghlan | 修改 | messageid: <1366875274.63.0.554760989432.issue17828@psf.upfronthosting.co.za> |
| 2013-04-25 07:34:34 | ncoghlan | 链接 | issue17828 messages |
| 2013-04-25 07:34:34 | ncoghlan | 创建 | |
|