• da-woods's avatar
    Fixed "test_*_path_exists" + CompilerDirectivesNode (GH-3619) · 6d83a741
    da-woods authored
    When test_assert_path_exists or test_fail_if_path_exists
    was used on a function containing a CompilerDirectivesNode
    it was inherited by that CompilerDirectivesNode. Therefore
    you got misleading test failures if the path was in the
    function but not within that CompilerDirectivesNode.
    6d83a741
ParseTreeTransforms.py 139 KB