]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added buffer_info() method that returns address and length in bytes of
authorGuido van Rossum <guido@python.org>
Tue, 12 Aug 1997 14:55:56 +0000 (14:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Aug 1997 14:55:56 +0000 (14:55 +0000)
commitde4a4ca2dd1a2bb2e65e32f7760b756a5f7788c4
treed6d5f9fed6f0bc736562beea1a52d90da64faa12
parentea46e4d93cd52501461125ff52c3d4104fed68d0
Added buffer_info() method that returns address and length in bytes of
the buffer used to hold the array -- for dangerous low-level I/O.
Modules/arraymodule.c