[Python-checkins] [gh-101072] Fix Blurb for GH-101127

ambv webhook-mailer at python.org
Tue Feb 7 04:52:45 EST 2023


https://github.com/python/cpython/commit/79903240480429a6e545177416a7b782b0e5b9bd
commit: 79903240480429a6e545177416a7b782b0e5b9bd
branch: main
author: Łukasz Langa <lukasz at langa.pl>
committer: ambv <lukasz at langa.pl>
date: 2023-02-07T10:50:39+01:00
summary:

[gh-101072] Fix Blurb for GH-101127

files:
M Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst

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 2d991f6ca21b..6b98aac2a465 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.



More information about the Python-checkins mailing list