• Éric Araujo's avatar
    Fix distutils tests on Windows (#12678). · 175eb995
    Éric Araujo yazdı
    - First, support.fixup_build_ext (already used to set proper
      library_dirs value under Unix shared builds) gains the ability to
      correctly set the debug attribute under Windows debug builds.
    
    - Second, the filename for the extension module gets a _d suffix under
      debug builds.
    
    - Third, the test code properly puts our customized build_ext object
      into an internal dictionary to make sure that the install command will
      later use our object instead of re-creating one.  That’s the downside
      of using low-level APIs in our test code: we have to manually push
      knobs and turn handles that would otherwise be handled behind the
      scenes.
    
    Thanks to Nadeem for the testing.
    175eb995
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
tests Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
config.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
debug.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
emxccompiler.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
log.py Loading commit data...
msvc9compiler.py Loading commit data...
msvccompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...
versionpredicate.py Loading commit data...