[issue21151] winreg.SetValueEx causes crash if value = None
Dave Odell added the comment: Patch works on my end. -- ___ Python tracker <http://bugs.python.org/issue21151> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue21151] winreg.SetValueEx causes crash if value = None
New submission from Dave Odell: Here's a small program that crashes Python 3. import winreg winreg.SetValueEx(winreg.HKEY_CURRENT_USER, 'Value', 0, 3, None) I get a 0xC374 exception (STATUS_HEAP_CORRUPTION) when trying to run this. Here's a stack dump: (snip) ntdll.dl