Better try/else detection

This commit is contained in:
rocky
2019-12-09 14:04:57 -05:00
parent fdac1e3c46
commit 7d9c4ce8ca
2 changed files with 31 additions and 1 deletions

View File

@@ -105,8 +105,9 @@ case $PYVERSION in
[test_generators.py]=1
[test_grp.py]=1 # Long test - might work Control flow?
[test_opcodes.py]=1
[test_pyclbr.py]=1 # Bug in checkModule()/ismethod() try confused for try-else
[test_pwd.py]=1 # Long test - might work? Control flow?
[test_re.py]=1 # Probably Control flow?
[test_re.py]=1 # try confused with try-else again
[test_queue.py]=1 # Control flow?
[test_trace.py]=1 # Line numbers are expected to be different
[test_urllib2net.py]=1 # Fails on its own. May need interactive input