Benjamin Peterson
|
5e19e44413
|
kill memoryview.size in favor of len(view)
Reviewer: Antoine Pitrou #3827
|
2008-09-10 21:47:03 +00:00 |
Antoine Pitrou
|
c6b09ebe58
|
#3712: The memoryview object had a reference leak and didn't support cyclic garbage collection.
Reviewed by Benjamin Peterson.
|
2008-09-01 15:10:14 +00:00 |
Antoine Pitrou
|
616d28566b
|
Issue #2394: implement more of the memoryview API.
|
2008-08-19 22:09:34 +00:00 |
Benjamin Peterson
|
ee8712cda4
|
#2621 rename test.test_support to test.support
|
2008-05-20 21:35:26 +00:00 |
Christian Heimes
|
7b6fc8e19d
|
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
|
2007-11-08 02:28:11 +00:00 |