Search Results

1
vote

Execute arbitrary python code remotely - can it be done?

Stackless has ability to pickle and unpickle running code, maybe using that functionality there is possibility to …