Hello!
I have clear WinDbg (x64) installation
Latest version of pykd (PYKD BOOTSTRAPPER 2.0 + PYKD 0.3.2.4) and the lastest python 2.7
got this crash:
> c0000005 Exception in pykd.py debugger extension.
PC: 64a91b9c VA: 00000000 R/W: 0 Parameter: 00000000
when trying to print unicode:
> print(u'\u0441\u0438\u0441\u0442\u0435\u043c\u044b')
It's not a python problem because everything works fine in usual windows python interpreter.
Also everything works fine with python 3 in pykd.
I have clear WinDbg (x64) installation
Latest version of pykd (PYKD BOOTSTRAPPER 2.0 + PYKD 0.3.2.4) and the lastest python 2.7
got this crash:
> c0000005 Exception in pykd.py debugger extension.
PC: 64a91b9c VA: 00000000 R/W: 0 Parameter: 00000000
when trying to print unicode:
> print(u'\u0441\u0438\u0441\u0442\u0435\u043c\u044b')
It's not a python problem because everything works fine in usual windows python interpreter.
Also everything works fine with python 3 in pykd.