• Victor Stinner's avatar
    bpo-15526: test_startfile changes the cwd (#1537) · 3837d979
    Victor Stinner authored
    Try to fix test_startfile's inability to clean up after itself in
    time. Patch by Jeremy Kloth.
    
    Fix the following support.rmtree() error while trying to remove the
    temporary working directory used by Python tests:
    
    WindowsError: [Error 32] The process cannot access the file because
    it is being used by another process: ...
    
    Original commit: 8a53dbeb
    3837d979
test_startfile.py 1.56 KB