summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2015-02-03 20:43:23 (GMT)
committerStefan Krah <skrah@bytereef.org>2015-02-03 20:43:23 (GMT)
commit650c1e818d7bbb5d51501051fca773b3b8ea6bf3 (patch)
tree5fdc035e52a060552f90293c04f8df9537e86def /Misc
parent38c30e6c8e34241a1ea226fdd4ff74be6a8ee846 (diff)
downloadcpython-650c1e818d7bbb5d51501051fca773b3b8ea6bf3.zip
cpython-650c1e818d7bbb5d51501051fca773b3b8ea6bf3.tar.gz
cpython-650c1e818d7bbb5d51501051fca773b3b8ea6bf3.tar.bz2
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
and array_buffer_getbuf().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0ec174..4fcee12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1560,9 +1560,9 @@ Build
C API
-----
-- Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
- and bytearray_getbuffer(). Both functions now raise BufferError in that
- case.
+- Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo(),
+ bytearray_getbuffer(), bytesiobuf_getbuffer() and array_buffer_getbuf().
+ All functions now raise BufferError in that case.
- Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
tests, compatible with NumPy's NPY_RELAXED_STRIDES_CHECKING compilation