]> granicus.if.org Git - python/commit
Issue #9737: Fix a crash when trying to delete a slice or an item from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 21:14:16 +0000 (21:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 21:14:16 +0000 (21:14 +0000)
commite0793ba99293ac9df5e7e27d3f78cfc27113b359
tree105cd42e802738644ef74b2963f25a2e2ec2d72b
parent6cb5ad035b0eac63fc434c8b9625d28e2f336433
Issue #9737: Fix a crash when trying to delete a slice or an item from
a memoryview object.
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c