]> granicus.if.org Git - python/commitdiff
Issue #20354: Mention the fix in Misc/NEWS
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 02:58:07 +0000 (03:58 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 02:58:07 +0000 (03:58 +0100)
Misc/NEWS

index 78b6bea166366f24bb83b66591782f0179808654..89cec2e4989e4888fb50a6d18e7c3611609a9083 100644 (file)
--- 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.