We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53037 commit 30d7efbCopy full SHA for 30d7efb
admin-tools/make-dist-3.0-3.2.sh
100644
100755
uncompyle6/semantics/gencomp-for-3.0.py
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2022-2023 by Rocky Bernstein
+# Copyright (c) 2022-2024 by Rocky Bernstein
2
#
3
# This program is free software: you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
@@ -104,7 +104,7 @@ def comprehension_walk(
104
iter_index: Optional[int],
105
code_index: int = -5,
106
):
107
- p: int = self.prec
+ p = self.prec
108
self.prec = PRECEDENCE["lambda_body"] - 1
109
110
# FIXME: clean this up
0 commit comments