This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients bdkearns, zach.ware
Date 2014-04-25.17:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398446482.48.0.369974839933.issue21349@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2014-04-25 17:21:22zach.waresetrecipients: + zach.ware, bdkearns
2014-04-25 17:21:22zach.waresetmessageid: <1398446482.48.0.369974839933.issue21349@psf.upfronthosting.co.za>
2014-04-25 17:21:22zach.warelinkissue21349 messages
2014-04-25 17:21:22zach.warecreate