mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add FIXME note as a reminder
This commit is contained in:
parent
1bd3b9cea0
commit
288ebb446e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue