From d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Sat, 26 Apr 2014 16:02:38 +0100 Subject: [PATCH] Add NEWS entry for issue21349 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 643e2cd2bf..65d9765360 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- 2.50.1