PyExt icon indicating copy to clipboard operation
PyExt copied to clipboard

Python 3.12 compatibility

Open zhusihan-python opened this issue 1 year ago • 0 comments

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

zhusihan-python avatar Jul 02 '24 03:07 zhusihan-python