]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[gh-101072] Fix Blurb for GH-101127
authorŁukasz Langa <lukasz@langa.pl>
Tue, 7 Feb 2023 09:50:39 +0000 (10:50 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 7 Feb 2023 09:50:39 +0000 (10:50 +0100)
Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst

index 2d991f6ca21b6f3a6b44dafcfed06c08ad087ea4..6b98aac2a465459542d215d5464819566effa273 100644 (file)
@@ -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.