diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-10-07 13:16:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-10-07 13:16:28 (GMT) |
commit | 4e0630cb5276512541e75bc6f4dd63f7fda9bee3 (patch) | |
tree | 5652ce13624dca0f32e1b72828aa0fef35a5b434 /Misc | |
parent | 651423c1eb91a7e5a0ff346d2f52a654b765344a (diff) | |
download | cpython-4e0630cb5276512541e75bc6f4dd63f7fda9bee3.zip cpython-4e0630cb5276512541e75bc6f4dd63f7fda9bee3.tar.gz cpython-4e0630cb5276512541e75bc6f4dd63f7fda9bee3.tar.bz2 |
Issue #3740: Null-initialize module state.
Reviewed by Benjamin Peterson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5 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 |