commit | bc6262675c70e62ab2d578505e52a409a2c0849f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 09 23:22:09 2016 -0700 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 09 23:22:09 2016 -0700 |
tree | 1a577cef57ce09bcf6b152456a2adb3cc0a124f4 | |
parent | 54de2b1edd67ca88c470259d090c8c4cddcadd55 [diff] |
Issue #18401: Fix test_pdb on Windows * Use "with Popen" to cleanup properly the process * Use support.temp_cwd() to properly change the working directory * Use environ.pop() to cleanup the code