[issue2810] _winreg.EnumValue fails when the registry data includes multibyte unicode characters

Daniel Stutzbach report at bugs.python.org
Thu Apr 1 21:26:56 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

Here's another script that causes a "More data is available" error.  This one creates a key with a name that's exactly 256 characters long.  (The Windows Registry Editor can't display the key either)

I'm testing this on XP.  Newer versions of Windows might handle long key names better, or have a different magic length that causes failures.

----------
Added file: http://bugs.python.org/file16729/more_data_is_available2.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2810>
_______________________________________


More information about the Python-bugs-list mailing list