You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
zhusihan-python
changed the title
does it have a plan to support python 3.12
Python 3.12 compatibility
Jul 2, 2024
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:
does it have a plan to support 3.12
or is there any other option to debug python 3.12 dump file, thanks
The text was updated successfully, but these errors were encountered: