3.0 tolerance

This commit is contained in:
rocky
2024-03-16 03:34:31 -04:00
parent db53037b56
commit 30d7efb24c
2 changed files with 2 additions and 2 deletions

0
admin-tools/make-dist-3.0-3.2.sh Normal file → Executable file
View File

View 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