From 288ebb446e09466119b1c4d7d5a21080a7d146fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 26 Aug 2011 16:35:19 +0200 Subject: Add FIXME note as a reminder --- Lib/distutils/tests/support.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py index 788acda..648a8e4 100644 --- a/Lib/distutils/tests/support.py +++ b/Lib/distutils/tests/support.py @@ -161,6 +161,8 @@ def copy_xxmodule_c(directory): def _get_xxmodule_path(): + # FIXME when run from regrtest, srcdir seems to be '.', which does not help + # us find the xxmodule.c file srcdir = sysconfig.get_config_var('srcdir') candidates = [ # use installed copy if available -- cgit v0.12