0:000> !py
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> str = '''
... struct MYSTR {
... charintfloatdouble aaa;
... };
...
... '''
>>> print getTypeFromSource(str,'MYSTR')
80000003 Exception in pykd.py debugger extension.
PC: 00007fff`769c232f VA: 00000000`00000000 R/W: 0 Parameter: 00000000`00000000
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> str = '''
... struct MYSTR {
... charintfloatdouble aaa;
... };
...
... '''
>>> print getTypeFromSource(str,'MYSTR')
80000003 Exception in pykd.py debugger extension.
PC: 00007fff`769c232f VA: 00000000`00000000 R/W: 0 Parameter: 00000000`00000000