Staging
v0.5.0
https://github.com/python/cpython
Revision 8cb02b6000c66478406c12270a9f86e39fd20305 authored by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC, committed by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC
memoryview objects have a different API (such as for indexing) than
bytes and bytesarray objects, so memoryview objects shouldn't be
treated blindly as "bytes" objects.
1 parent 3fe8216
History
Tip revision: 8cb02b6000c66478406c12270a9f86e39fd20305 authored by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC
Removed memoryview objects from bytes_types.
Tip revision: 8cb02b6
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 570 bytes
.hgtags -rw-r--r-- 2.7 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.6 KB
README -rw-r--r-- 7.3 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 646.2 KB
configure.in -rw-r--r-- 97.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.3 KB

README

back to top