]> granicus.if.org Git - python/commit
Be sure to close the file. 2 places were deleting the file, so it was probably
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Apr 2008 05:40:43 +0000 (05:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Apr 2008 05:40:43 +0000 (05:40 +0000)
commitd48a2f77f01641ed806379358bd88eaf9e7644c8
treea7a93b5f6b22964b759e28f98bcd3f2b51a72a8a
parent092a1f7ad7140095ca9f722333c2c667674d1e8b
Be sure to close the file.  2 places were deleting the file, so it was probably
fine, but the last change may be required for the test to pass on Windows.
Should we always close the mmap too?
Lib/test/test_mmap.py