summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2023-05-12 22:23:13 (GMT)
committerGitHub <noreply@github.com>2023-05-12 22:23:13 (GMT)
commit1eb950ca55b3e0b6524b3f03b0b519723916eca2 (patch)
tree05e29e59c4ba754e255f063eb47e42a9d6f9cce4 /Misc
parenta10b026f0fdceac42c4b928917894d77da996555 (diff)
downloadcpython-1eb950ca55b3e0b6524b3f03b0b519723916eca2.zip
cpython-1eb950ca55b3e0b6524b3f03b0b519723916eca2.tar.gz
cpython-1eb950ca55b3e0b6524b3f03b0b519723916eca2.tar.bz2
GH-104405: Add missing PEP 523 checks (GH-104406)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-05-11-15-56-07.gh-issue-104405.tXV5fn.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-05-11-15-56-07.gh-issue-104405.tXV5fn.rst b/Misc/NEWS.d/next/Core and Builtins/2023-05-11-15-56-07.gh-issue-104405.tXV5fn.rst
new file mode 100644
index 0000000..06ec5d7
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-05-11-15-56-07.gh-issue-104405.tXV5fn.rst
@@ -0,0 +1,2 @@
+Fix an issue where some :term:`bytecode` instructions could ignore
+:pep:`523` when "inlining" calls.