We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdf8fd commit 09b8b9aCopy full SHA for 09b8b9a
Lib/test/test_embed.py
@@ -1318,7 +1318,7 @@ def test_init_pybuilddir(self):
1318
with self.tmpdir_with_python() as tmpdir:
1319
# pybuilddir.txt is a sub-directory relative to the current
1320
# directory (tmpdir)
1321
- vpath = sysconfig.get_config_var("VPATH")
+ vpath = sysconfig.get_config_var("VPATH") or ''
1322
subdir = 'libdir'
1323
libdir = os.path.join(tmpdir, subdir)
1324
# The stdlib dir is dirname(executable) + VPATH + 'Lib'
0 commit comments