PyInterpreter: fx Python memory management regarding new and borrowed references
The 'borrowed' Python reference obtained via 'PyDict_GetItemString' and 'PyModule_GetDict' was incorrectly decremented by 'Py_DECREF', leading to a memory access violation. Resolve issue #1070
Loading
Please register or sign in to comment