Comment on Python for FinanceparentComments−drpancake12yEssentially you can't sandbox CPython at the interpreter level, it's too introspective (I do it anyway though, just as a first level of defence). You need sandboxing at the OS level.Happy to go into more details by email.
Comments
Essentially you can't sandbox CPython at the interpreter level, it's too introspective (I do it anyway though, just as a first level of defence). You need sandboxing at the OS level.
Happy to go into more details by email.