summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2023-02-07 09:50:39 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2023-02-07 09:50:39 (GMT)
commit79903240480429a6e545177416a7b782b0e5b9bd (patch)
tree123c201fd9c6e15174e28a6b1a70fe40751c8da3
parentae62bddaf81176a7e55f95f18d55621c9c46c23d (diff)
downloadcpython-79903240480429a6e545177416a7b782b0e5b9bd.zip
cpython-79903240480429a6e545177416a7b782b0e5b9bd.tar.gz
cpython-79903240480429a6e545177416a7b782b0e5b9bd.tar.bz2
[gh-101072] Fix Blurb for GH-101127
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst b/Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst
index 2d991f6..6b98aac 100644
--- a/Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst
@@ -1,8 +1,2 @@
-macOS #.. section: IDLE #.. section: Tools/Demos #.. section: C API
-
-# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. #
-Don't start with "- Issue #<n>: " or "- gh-issue-<n>: " or that sort of
-stuff.
-###########################################################################
-
-Fix the ``defs`` and ``kwdefs`` arguments to :c:func:`PyEval_EvalCodeEx`.
+Fix the ``defs`` and ``kwdefs`` arguments to :c:func:`PyEval_EvalCodeEx`
+and a reference leak in that function.