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

STINNER Victor report at bugs.python.org
Tue Apr 25 04:52:41 EDT 2017


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
  Before: []
  After:  ['vc140.pdb']

http://buildbot.python.org/all/builders/AMD64%20Windows10%203.x/builds/591/steps/test/logs/stdio

Warning -- files was modified by test_distutils
  Before: []
  After:  ['vc140.pdb']

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30132>
_______________________________________


More information about the Python-bugs-list mailing list