]> granicus.if.org Git - python/commit
Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeErro...
authorTim Golden <mail@timgolden.me.uk>
Sat, 26 Apr 2014 14:47:08 +0000 (15:47 +0100)
committerTim Golden <mail@timgolden.me.uk>
Sat, 26 Apr 2014 14:47:08 +0000 (15:47 +0100)
commit3c603f3618fcf7c519e96b9a0d11e2670a47cbb4
treebafc044346c12a8b3a2cead74090e60e154e5bcb
parentbe580f2e481f5f129a1e47e436dd7ae54b9f50bd
Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns
Lib/test/test_winreg.py
Misc/ACKS
PC/_winreg.c