| commit | 3e0a1eb8890c25b9d1f98bc2f4a4bbe2a0cdfdce | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Mon May 28 21:35:09 2012 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Mon May 28 21:35:09 2012 +0100 |
| tree | 3b5e75991f7a5e61aea0f6282fec4d7c00c7cc12 | |
| parent | 1cfe7d9a84d5f4d8950f2b5a82be3bb25a725b62 [diff] [blame] |
Issue #14930: Make memoryview objects weakrefable.
diff --git a/Misc/NEWS b/Misc/NEWS index 011cdf0..10f05d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #14930: Make memoryview objects weakrefable. + - Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.