bonsai-rx / ironpython-scripting

Bonsai Scripting Library containing IronPython scripting infrastructure
MIT License
1 stars 1 forks source link

Rerunning Python scripts multiple times creates a memory leak #1

Open glopesdev opened 8 years ago

glopesdev commented 8 years ago

Original report by me.


It seems the culprit is incorrect shutdown of the IronPython engine. A possible fix could be bonsai-rx/ironpython-scripting#2, as sharing runtime instances would prevent redundant creation of Python engines.