]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was...
authorChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 02:28:11 +0000 (02:28 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 02:28:11 +0000 (02:28 +0000)
commit7b6fc8e19de53fc354144d21b7a644d77ff60410
tree4356e4d7dd4e03a9b2947cdca06d47b96b243303
parentc1bdbc316de9a433ced7d26e8cfb3039e0768cbb
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py
Lib/test/test_memoryview.py [new file with mode: 0644]
Objects/memoryobject.c