[issue9937] _winreg.EnumValue causes MemoryError

2010-09-24 Thread Iwasa Kazmi
Iwasa Kazmi added the comment: Added py file to reproduce. -- Added file: http://bugs.python.org/file18994/test.py ___ Python tracker <http://bugs.python.org/issue9

[issue9937] _winreg.EnumValue causes MemoryError

2010-09-24 Thread Iwasa Kazmi
Iwasa Kazmi added the comment: Added sample registory data file. -- Added file: http://bugs.python.org/file18993/fonts.reg ___ Python tracker <http://bugs.python.org/issue9

[issue9937] _winreg.EnumValue causes MemoryError

2010-09-24 Thread Iwasa Kazmi
New submission from Iwasa Kazmi : _winreg.EnumValue causes MemoryError if the name of the value contains multibyte unicode characters. I'm using 2.6.6. I think it is relevant to Isssue #2810. -- components: Windows messages: 117264 nosy: kzmi priority: normal severity: normal s