diff options
author | Tim Golden <mail@timgolden.me.uk> | 2014-04-26 15:02:38 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2014-04-26 15:02:38 (GMT) |
commit | d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f (patch) | |
tree | aa39e23adfd04949e70978f00f1fe4061d1a9434 | |
parent | 3c603f3618fcf7c519e96b9a0d11e2670a47cbb4 (diff) | |
download | cpython-d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f.zip cpython-d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f.tar.gz cpython-d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f.tar.bz2 |
Add NEWS entry for issue21349
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins Library ------- +- Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises + a TypeError where it previously crashed the interpreter. Patch by Brian Kearns + - Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido Vranken. |