summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2023-09-08 17:00:23 (GMT)
committerGitHub <noreply@github.com>2023-09-08 17:00:23 (GMT)
commit5bda2f637e1cfbca45a83aa6e22db25498064b27 (patch)
tree519a5adc00805065efc154ef7d65520880ca4769 /Misc/NEWS.d/next
parent87a7faf6b68c8076e640a9a1347a255f132d8382 (diff)
downloadcpython-5bda2f637e1cfbca45a83aa6e22db25498064b27.zip
cpython-5bda2f637e1cfbca45a83aa6e22db25498064b27.tar.gz
cpython-5bda2f637e1cfbca45a83aa6e22db25498064b27.tar.bz2
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (#109121)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-08-01-50-41.gh-issue-109114.adqgtb.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-08-01-50-41.gh-issue-109114.adqgtb.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-08-01-50-41.gh-issue-109114.adqgtb.rst
new file mode 100644
index 0000000..3d95dd5
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-08-01-50-41.gh-issue-109114.adqgtb.rst
@@ -0,0 +1,3 @@
+Relax the detection of the error message for invalid lambdas inside
+f-strings to not search for arbitrary replacement fields to avoid false
+positives. Patch by Pablo Galindo