]> granicus.if.org Git - python/commit
Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
authorStefan Krah <skrah@bytereef.org>
Tue, 3 Feb 2015 15:57:21 +0000 (16:57 +0100)
committerStefan Krah <skrah@bytereef.org>
Tue, 3 Feb 2015 15:57:21 +0000 (16:57 +0100)
commit5178d91be09d73900699655b3ddecc0482e7942f
treef32b40a9dd880cb573ec7d7003a992d7456277e7
parent72777614287a3f0feaaf1d0987ec275e94ede280
Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
and bytearray_getbuffer().  Both functions now raise BufferError in that
case.
Misc/NEWS
Modules/_testcapimodule.c
Objects/abstract.c
Objects/bytearrayobject.c