[Python-checkins] cpython: Issue #20354: Mention the fix in Misc/NEWS
victor.stinner
python-checkins at python.org
Sat Feb 1 04:07:20 CET 2014
http://hg.python.org/cpython/rev/44b554454971
changeset: 88877:44b554454971
user: Victor Stinner <victor.stinner at gmail.com>
date: Sat Feb 01 03:58:07 2014 +0100
summary:
Issue #20354: Mention the fix in Misc/NEWS
files:
Misc/NEWS | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@
Library
-------
+- Issue #20354: Fix an alignment issue in the tracemalloc module on 64-bit
+ platforms. Bug seen on 64-bit Linux when using "make profile-opt".
+
- Issue #17159: inspect.signature now accepts duck types of functions,
which adds support for Cython functions. Initial patch by Stefan Behnel.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list