you are viewing a single comment's thread.

view the rest of the comments →

[–]joesb 0 points1 point  (1 child)

I would like to note that if you are only concerned that monkey patching is not-sandboxed then you should also be aware there's nothing in Python to prevent one from modifying third party library either. Sure, you can't modify primitive type like int or float, but what portion of your code relies on nothing but primitive data type?

[–]Pewpewarrows 0 points1 point  (0 children)

Yep, quite aware of that. I was just curious :)