mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Windows can't remove a file before it is closed
This commit is contained in:
parent
0174368449
commit
d05f9ad302
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class CProfileTest(ProfileTest):
|
|||
obj.disable()
|
||||
finally:
|
||||
sys.stderr = sys.__stderr__
|
||||
unlink(TESTFN)
|
||||
unlink(TESTFN)
|
||||
|
||||
|
||||
def test_main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue