New submission from Zachary Ware:

The new test fails with the patch applied:

======================================================================
ERROR: test_setvalueex_with_memoryview (__main__.LocalWinregTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "P:\ath\to\2.7\cpython\lib\test\test_winreg.py", line 336, in 
test_setvalueex_with_memoryview
    SetValueEx(ck, "test_name", None, REG_BINARY, memoryview('val'))
TypeError: Objects of type 'memoryview' can not be used as binary registry 
values

----------------------------------------------------------------------

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to