Typos
@alexflint You can see the PR for these typos here: https://github.com/alexflint/process-isolation/pull/1
I am trying to use the proxy objects you created here to work on a new feature I'm working on for PySpread, which is an application which tries to bring the power of Python to spreadsheets. I am working on creating a module to execute user's code they put into the cells of the sheet in a process so it is isolated and interruptible.
Right now its all just hacked together and working in a test harness I developed, but you can see my current work on the process_withProxyObjects branch. Run src/model/eval_manager.py to see the test harness.
Thanks for putting out this module, it has been quite helpful!