]> granicus.if.org Git - python/commitdiff
Add FIXME note as a reminder
authorÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 14:35:19 +0000 (16:35 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 14:35:19 +0000 (16:35 +0200)
Lib/distutils/tests/support.py

index 788acdaa3e68184f4da55be52bca2116c35c679a..648a8e4156385ee54456b45e6b298642d8f42706 100644 (file)
@@ -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