]> granicus.if.org Git - python/commit
Issue #10181: The decision was to raise a buffer error in memory_exit()
authorStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 09:45:31 +0000 (10:45 +0100)
committerStefan Krah <skrah@bytereef.org>
Mon, 5 Mar 2012 09:45:31 +0000 (10:45 +0100)
commitfcbb4169b982ce06c5701ad18898084dfa569598
tree31a749f6636b78436986fd03352ca880c036883c
parent4e99a315b7d10049a16fb1529d2976f13dae5b71
Issue #10181: The decision was to raise a buffer error in memory_exit()
if the view has exported buffers. Make this official by uncommenting
a test case.
Lib/test/test_buffer.py