Staging
v0.5.1
https://github.com/python/cpython
Revision c3085aa77b123e8eb56e0f215d56ff11e3a99985 authored by Éric Araujo on 23 August 2011, 23:29:10 UTC, committed by Éric Araujo on 23 August 2011, 23:29:10 UTC
- 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.
1 parent ce9da2f
History
Tip revision: c3085aa77b123e8eb56e0f215d56ff11e3a99985 authored by Éric Araujo on 23 August 2011, 23:29:10 UTC
Fix distutils tests on Windows (#12678).
Tip revision: c3085aa
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 610 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 900 bytes
.hgtags -rw-r--r-- 4.4 KB
LICENSE -rw-r--r-- 14.4 KB
Makefile.pre.in -rw-r--r-- 42.4 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 398.2 KB
configure.in -rw-r--r-- 122.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.9 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top