summaryrefslogtreecommitdiff
path: root/python/runner/main.py
AgeCommit message (Collapse)Author
2015-09-16Implement async. comm. with Python interpreterTimotej Lazar
Creating, destroying and communicationg with the interpreter subprocess is now handled by a thread attached to PythonSession. Interpreter is sandboxed using libseccomp.
2015-09-03Use multiprocessing.managers for the Python runnerTimotej Lazar
2015-08-28Change timeout result in python runnerTimotej Lazar
2015-08-21Add a Python server for running users' codeTimotej Lazar