PyExt
PyExt copied to clipboard
Python 3.12 compatibility
Hello, i was trying to analysis a pyside6 exe dump file with windbg, and I found this extension, i know python 3.12 is not list on the supported version now, it got error like below using version 1.6.0 on windows 11, python version 3.12.4:
0:000> !pystack
Thread 0:
File "D:\IHC\PyStand.int", line 20, in <module>
[Frame] [Locals] [Globals]
File "<shim>", line 1, in <interpreter trampoline>
ERROR: !pystack: extension exception 0x80004005.
"ExtRemoteTyped::Field: unable to retrieve field 'tp_name' at 0"
does it have a plan to support 3.12 or is there any other option to debug python 3.12 dump file, thanks