commit | c437d0cb4e99bd58ff0150414b5d5f0b26605687 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 18 11:25:50 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 18 11:25:50 2016 +0100 |
tree | 9138832b5d9c47e148686962c808c11bf76c77e6 | |
parent | 4b5b06203e4dbe24579101e5d889080c43854453 [diff] |
Fix test_compilepath() of test_compileall Issue #26101: Exclude Lib/test/ from sys.path in test_compilepath(). The directory contains invalid Python files like Lib/test/badsyntax_pep3120.py, whereas the test ensures that all files can be compiled.