3.6+ extended arg handling; sync with decompyle3..

Use 3.8 scanner now.

TODO: Need to investigate what's up with 3.7/01_extended_arg.py
This commit is contained in:
rocky
2020-01-23 13:35:22 -05:00
parent eeb48818f3
commit 28a80a0132
4 changed files with 88 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ SKIP_TESTS=(
[test_baseexception.py]=1 #
[test_bdb.py]=1 #
[test_buffer.py]=1 # parse error
[test_builtin.py]=1 # parser error
[test_builtin.py]=1 # parse error
[test_clinic.py]=1 # it fails on its own
[test_cmath.py]=1 # test assertion failure
[test_cmd_line.py]=1 # Interactive?