Issue #20354: Mention the fix in Misc/NEWS

This commit is contained in:
Victor Stinner 2014-02-01 03:58:07 +01:00
parent dd382ef8ec
commit 8f74a73ecb
1 changed files with 3 additions and 0 deletions

View File

@ -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.