We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b119 commit 71cffcbCopy full SHA for 71cffcb
1 file changed
distutils/tests/test_ccompiler.py
@@ -49,3 +49,7 @@ def test_set_include_dirs(c_file):
49
python = sysconfig.get_paths()['include']
50
compiler.set_include_dirs([python])
51
compiler.compile(_make_strs([c_file]))
52
+
53
+ # do it again, setting include dirs after any initialization
54
+ compiler.set_include_dirs([python])
55
+ compiler.compile(_make_strs([c_file]))
0 commit comments