Add FIXME note as a reminder
This commit is contained in:
parent
1bd3b9cea0
commit
288ebb446e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue