From: Victor Stinner <victor.stinner@gmail.com>
Date: Sat, 1 Feb 2014 02:58:07 +0000 (+0100)
Subject: Issue #20354: Mention the fix in Misc/NEWS
X-Git-Tag: v3.4.0rc1~138
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f74a73ecb48773e545efd62fb1d058c98ae6e66;p=python

Issue #20354: Mention the fix in Misc/NEWS
---

diff --git a/Misc/NEWS b/Misc/NEWS
index 78b6bea166..89cec2e498 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Core and Builtins
 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.