]> granicus.if.org Git - python/commit
Issue #19014: memoryview.cast() is now allowed on zero-length views.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 3 Oct 2013 17:55:41 +0000 (19:55 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 3 Oct 2013 17:55:41 +0000 (19:55 +0200)
commit60b183407cbcd19b211c2dd7ed9a59ff189844a8
tree8d57a6e32f03b9bb54fcd23e7b2b14ea57691e76
parentdef0a4c298358c50b0b53a8113551e9aee3532e5
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Lib/test/test_buffer.py
Misc/NEWS
Objects/memoryobject.c