From: Mark Shannon Date: Tue, 11 Jan 2022 11:29:48 +0000 (+0000) Subject: News item for issue 46314. (GH-30515) X-Git-Tag: v3.11.0a4~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7357ac94f84ae768c39a6bccf1a3f5c4e8dc8c75;p=thirdparty%2FPython%2Fcpython.git News item for issue 46314. (GH-30515) --- diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-01-10-12-34-17.bpo-46314.jId9Ky.rst b/Misc/NEWS.d/next/Core and Builtins/2022-01-10-12-34-17.bpo-46314.jId9Ky.rst new file mode 100644 index 000000000000..c92c0cd47897 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-01-10-12-34-17.bpo-46314.jId9Ky.rst @@ -0,0 +1,2 @@ +Remove spurious "call" event when creating a lambda function that was +accidentally introduced in 3.11a4.