Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2023-07-29 12:57:37 -04:00
19 changed files with 189 additions and 148 deletions

View File

@@ -2137,7 +2137,7 @@ def code_deparse_around_offset(
offset,
co,
out=StringIO(),
version=None,
version=Optional[tuple],
is_pypy=None,
debug_opts=DEFAULT_DEBUG_OPTS,
):