[Python-checkins] [python/cpython] f6448e: bpo-30132: distutils test_build_ext() uses temp_cw...

GitHub noreply at github.com
Mon Apr 24 20:11:11 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f6448e5d65c349576df6e83b8324b9c208e77615
      https://github.com/python/cpython/commit/f6448e5d65c349576df6e83b8324b9c208e77615
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M Lib/distutils/tests/test_build_ext.py

  Log Message:
  -----------
  bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)

test_build_ext() of test_distutils now uses support.temp_cwd() to
prevent the creation of a pdb file in the current working directory
on Windows.




More information about the Python-checkins mailing list