Files
modorganizer-plugin_python/src
AnyOldName3 5825661a4f Only initialise Python once
When switching instances, the Python runner gets another initPython call, despite the previous interpreter existing. Most of the function was either a no-op or was redundant, and the GIL state got confusing. This is the simplest fix.

If things catch fire that I haven't anticipated, instead of returning true, we can destroy the pre-existing interpreter and create a new one by running the rest of the function.
2020-04-16 00:53:29 +01:00
..
2019-10-06 17:22:09 -05:00
2020-04-16 00:53:29 +01:00
2016-06-04 20:39:14 +02:00