Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-07-18 05:30:46 -04:00
9 changed files with 803 additions and 596 deletions

View File

@@ -827,7 +827,7 @@ class Python3Parser(PythonParser):
# Note: don't add to custom_ops_processed.
elif opname_base == "CALL_METHOD":
# PyPy only - DRY with parse2
# PyPy and Python 3.7+ only - DRY with parse2
args_pos, args_kw = self.get_pos_kw(token)