Aug-03-2022, 07:29 AM
(This post was last modified: Aug-03-2022, 07:29 AM by Gribouillis.)
(Aug-03-2022, 01:55 AM)Xeno Wrote: I reverted back to 3.8.10, the Access violation just stopped, and i can decode the PyObjects from python now.I don't use the CPython api very often, so I can't interprete the access violation. In Python 3.10 you could probably use the new
PyObject_CallOneArg()
function here, and also PyObject_CallMethod()
...