[Python-checkins] cpython (3.2): Fix distutils test_install for shared CPython builds

eric.araujo python-checkins at python.org
Sun Aug 21 17:11:04 CEST 2011


http://hg.python.org/cpython/rev/49b4b4ba9f93
changeset:   72021:49b4b4ba9f93
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Aug 21 17:03:19 2011 +0200
summary:
  Fix distutils test_install for shared CPython builds

files:
  Lib/distutils/tests/test_install.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/distutils/tests/test_install.py b/Lib/distutils/tests/test_install.py
--- a/Lib/distutils/tests/test_install.py
+++ b/Lib/distutils/tests/test_install.py
@@ -202,6 +202,7 @@
         support.copy_xxmodule_c(project_dir)
 
         buildcmd = build_ext(dist)
+        support.fixup_build_ext(buildcmd)
         buildcmd.ensure_finalized()
         buildcmd.run()
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list