commit | 4e0630cb5276512541e75bc6f4dd63f7fda9bee3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 07 13:16:28 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 07 13:16:28 2008 +0000 |
tree | 5652ce13624dca0f32e1b72828aa0fef35a5b434 | |
parent | 651423c1eb91a7e5a0ff346d2f52a654b765344a [diff] [blame] |
Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson.
diff --git a/Misc/NEWS b/Misc/NEWS index 1c58097..2505bfa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins ----------------- +- Issue #3740: Null-initialize module state. + - Issue #3946: PyObject_CheckReadBuffer crashed on a memoryview object. - Issue #1688: On Windows, the input() prompt was not correctly displayed if it