]> granicus.if.org Git - python/commit
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Feb 2011 20:50:49 +0000 (20:50 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Feb 2011 20:50:49 +0000 (20:50 +0000)
commit5bffa79c227236a8bfde6bf174a1f3f0a43fd2ea
treec755754b167f2c992e610dab9a6dfe7c6ff59511
parent1ce92dc20d698ce46c3459da7801c76bb8518550
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
a buffer struct having a NULL data pointer.
Lib/test/test_capi.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/memoryobject.c