[Python-checkins] [python/cpython] 3837d9: bpo-15526: test_startfile changes the cwd (#1537)

GitHub noreply at github.com
Wed May 10 19:23:21 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 3837d9797c14c13d170256143c841d29645e772a
      https://github.com/python/cpython/commit/3837d9797c14c13d170256143c841d29645e772a
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
    M Lib/test/test_startfile.py

  Log Message:
  -----------
  bpo-15526: test_startfile changes the cwd (#1537)

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: 8a53dbeb7a9d0ae3e446f36e56cf9acfabe443c1




More information about the Python-checkins mailing list