From: Éric Araujo Date: Fri, 26 Aug 2011 14:35:19 +0000 (+0200) Subject: Add FIXME note as a reminder X-Git-Tag: v2.7.3rc1~487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288ebb446e09466119b1c4d7d5a21080a7d146fe;p=python Add FIXME note as a reminder --- diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py index 788acdaa3e..648a8e4156 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