You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +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
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -104,7 +104,7 @@ class ComprehensionMixin:
|
||||
iter_index: Optional[int],
|
||||
code_index: int = -5,
|
||||
):
|
||||
p: int = self.prec
|
||||
p = self.prec
|
||||
self.prec = PRECEDENCE["lambda_body"] - 1
|
||||
|
||||
# FIXME: clean this up
|
||||
|
Reference in New Issue
Block a user