]> granicus.if.org Git - python/commit
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
authorStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 16:45:17 +0000 (17:45 +0100)
committerStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 16:45:17 +0000 (17:45 +0100)
commit1649c1b33a1d8f46ccf97b8373f62a22bbb3fde6
tree36e4da0291c5bd73fbe2aa5b077ff10b30d07651
parentbf6c7eca43d7c7d80525c97af08aef52ec81e4a1
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
not adhere to the new documentation and b) manage to clobber view->obj before
returning failure.
Lib/test/test_buffer.py
Modules/_testbuffer.c
Objects/memoryobject.c