You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
3.0 tolerance
This commit is contained in:
0
admin-tools/make-dist-3.0-3.2.sh
Normal file → Executable file
0
admin-tools/make-dist-3.0-3.2.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2022-2023 by Rocky Bernstein
|
# Copyright (c) 2022-2024 by Rocky Bernstein
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -104,7 +104,7 @@ class ComprehensionMixin:
|
|||||||
iter_index: Optional[int],
|
iter_index: Optional[int],
|
||||||
code_index: int = -5,
|
code_index: int = -5,
|
||||||
):
|
):
|
||||||
p: int = self.prec
|
p = self.prec
|
||||||
self.prec = PRECEDENCE["lambda_body"] - 1
|
self.prec = PRECEDENCE["lambda_body"] - 1
|
||||||
|
|
||||||
# FIXME: clean this up
|
# FIXME: clean this up
|
||||||
|
Reference in New Issue
Block a user