]> granicus.if.org Git - python/commit
Merged revisions 88550 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Feb 2011 20:53:48 +0000 (20:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 24 Feb 2011 20:53:48 +0000 (20:53 +0000)
commit915605c59a82ca0f0015c4deec40b3e211ccb0c1
treeab036ac0f497a40d837148444ff2d17cd32787dd
parentec8f0df2296cfb88cd932eeb053edaa316600725
Merged revisions 88550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88550 | antoine.pitrou | 2011-02-24 21:50:49 +0100 (jeu., 24 févr. 2011) | 4 lines

  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