Xiang Zhang added the comment: 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 ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue27572> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
