Skip to content

Commit 30d7efb

Browse files
committed
3.0 tolerance
1 parent db53037 commit 30d7efb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-tools/make-dist-3.0-3.2.sh

100644100755
File mode changed.

uncompyle6/semantics/gencomp-for-3.0.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2023 by Rocky Bernstein
1+
# Copyright (c) 2022-2024 by Rocky Bernstein
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -104,7 +104,7 @@ def comprehension_walk(
104104
iter_index: Optional[int],
105105
code_index: int = -5,
106106
):
107-
p: int = self.prec
107+
p = self.prec
108108
self.prec = PRECEDENCE["lambda_body"] - 1
109109

110110
# FIXME: clean this up

0 commit comments

Comments
 (0)