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 xiang.zhang
Recipients martin.panter, r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-07-23.19:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469300417.91.0.385285888088.issue27572@psf.upfronthosting.co.za>
In-reply-to
Content
pypy seems so.

[PyPy 5.2.0-alpha0 with GCC 4.8.2] on linux
>>>> int(memoryview(b'123A'[1:3]))
23
>>>> int(memoryview(b'123 '[1:3]))
23
History
Date User Action Args
2016-07-23 19:00:17xiang.zhangsetrecipients: + xiang.zhang, rhettinger, r.david.murray, martin.panter, serhiy.storchaka
2016-07-23 19:00:17xiang.zhangsetmessageid: <1469300417.91.0.385285888088.issue27572@psf.upfronthosting.co.za>
2016-07-23 19:00:17xiang.zhanglinkissue27572 messages
2016-07-23 19:00:17xiang.zhangcreate