<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi all,</div><div>attached to this email is a patch that refactors the current implementation of locking in ScriptInterpreterPython.</div><div>Essentially, it improves on the existing Locker class to make it feasible for use everywhere a lock on the Python interpreter is required, and makes several code changes in ScriptInterpreterPython to use Locker instances instead of replicating code for acquiring and releasing said lock.</div><div>This should improve maintainability and readability of code in ScriptInterpreterPython, while keeping the external behavior of the class consistent (several runs of the test suite have shown no issues).</div><div><br></div><div>Thanks for any feedback on this.</div><div><br></div><div>Sincerely,</div><div>- <i>Enrico Granata</i></div><div apple-content-edited="true">
</div>
</body></html>