<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Modules/_testbuffer.c, branch v3.3.0a2</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do</title>
<updated>2012-03-05T16:45:17Z</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-03-05T16:45:17Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=1649c1b33a1d8f46ccf97b8373f62a22bbb3fde6'/>
<id>1649c1b33a1d8f46ccf97b8373f62a22bbb3fde6</id>
<content type='text'>
not adhere to the new documentation and b) manage to clobber view-&gt;obj before
returning failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not adhere to the new documentation and b) manage to clobber view-&gt;obj before
returning failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14181: Test creating memoryviews from a static exporter with both</title>
<updated>2012-03-05T13:37:34Z</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-03-05T13:37:34Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=bf6c7eca43d7c7d80525c97af08aef52ec81e4a1'/>
<id>bf6c7eca43d7c7d80525c97af08aef52ec81e4a1</id>
<content type='text'>
view.obj==NULL and view.obj==base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
view.obj==NULL and view.obj==base.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14181: Allow memoryview construction from an object that uses the</title>
<updated>2012-03-05T08:30:47Z</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-03-05T08:30:47Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=4e99a315b7d10049a16fb1529d2976f13dae5b71'/>
<id>4e99a315b7d10049a16fb1529d2976f13dae5b71</id>
<content type='text'>
getbuffer redirection scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getbuffer redirection scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Issue #10181: New memoryview implementation fixes multiple ownership</title>
<updated>2012-02-25T11:24:21Z</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2012-02-25T11:24:21Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=9a2d99e28a5c2989b2db4023acae4f550885f2ef'/>
<id>9a2d99e28a5c2989b2db4023acae4f550885f2ef</id>
<content type='text'>
  and lifetime issues of dynamically allocated Py_buffer members (#9990)
  as well as crashes (#8305, #7433). Many new features have been added
  (See whatsnew/3.3), and the documentation has been updated extensively.
  The ndarray test object from _testbuffer.c implements all aspects of
  PEP-3118, so further development towards the complete implementation
  of the PEP can proceed in a test-driven manner.

  Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
  and many ideas.

- Issue #12834: Fix incorrect results of memoryview.tobytes() for
  non-contiguous arrays.

- Issue #5231: Introduce memoryview.cast() method that allows changing
  format and shape without making a copy of the underlying memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  and lifetime issues of dynamically allocated Py_buffer members (#9990)
  as well as crashes (#8305, #7433). Many new features have been added
  (See whatsnew/3.3), and the documentation has been updated extensively.
  The ndarray test object from _testbuffer.c implements all aspects of
  PEP-3118, so further development towards the complete implementation
  of the PEP can proceed in a test-driven manner.

  Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
  and many ideas.

- Issue #12834: Fix incorrect results of memoryview.tobytes() for
  non-contiguous arrays.

- Issue #5231: Introduce memoryview.cast() method that allows changing
  format and shape without making a copy of the underlying memory.
</pre>
</div>
</content>
</entry>
</feed>
