Skip to content
Snippets Groups Projects
Commit 601a6298 authored by AlQuemist's avatar AlQuemist
Browse files

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
parent 825a91d1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment