summaryrefslogtreecommitdiff
path: root/py/runtime_utils.c
AgeCommit message (Collapse)Author
2016-04-25py/runtime_utils: Fix nanbox build.Paul Sokolovsky
2016-04-25py: Move call_function_*_protected() functions to py/ for reuse.Paul Sokolovsky
They almost certainly needed by any C code which calls Python callbacks.