[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: Ok, this issue is now fixed in 3.5, 3.6 and master (3.7). -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3ceeb84b5a90e327ef55190105e82c926b0b8aab by Victor Stinner in branch '3.5': bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388) https://github.com/python/cpython/commit/3ceeb84b5a90e327ef55190105e82c926b0b8aab --

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1495 ___ Python tracker ___ ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 30768958490c658fba0fe24f1cabbdad44be22ff by Victor Stinner in branch '3.6': bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) https://github.com/python/cpython/commit/30768958490c658fba0fe24f1cabbdad44be22ff --

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1494 ___ Python tracker ___ ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154 by Victor Stinner in branch 'master': bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) https://github.com/python/cpython/commit/92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154 --

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: I'm unable to run test_distutils on Windows using python_d.exe: I get link error 1101. LINK : fatal error LNK1101: incorrect MSPDB140.DLL version; recheck installation of this product I ran manually the following command, but it didn't help:

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-05-02 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1488 ___ Python tracker ___ ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-25 Thread STINNER Victor
STINNER Victor added the comment: Reopen, while the warning was fixed on AppVeyor and my Windows VM, I still see the warning on Windows buildbots. http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/578/steps/test/logs/stdio Warning -- files was modified by test_distutils

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset f6448e5d65c349576df6e83b8324b9c208e77615 by Victor Stinner in branch 'master': bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) https://github.com/python/cpython/commit/f6448e5d65c349576df6e83b8324b9c208e77615 --

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-24 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-24 Thread STINNER Victor
STINNER Victor added the comment: Ok, I found the guilty: test_build_ext, see linked PR which should fix the warning. -- ___ Python tracker ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-24 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1387 ___ Python tracker ___ ___

[issue30132] [Windows] test_distutils leaks a vc140.pdb file

2017-04-21 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_distutils leaks a vc140.pdb file -> [Windows] test_distutils leaks a vc140.pdb file ___ Python tracker