Hacker News new | ask | show | jobs
by lmm 1948 days ago
As long as you're not using any libraries/frameworks that use them.
1 comments

I don't think we've ended up with libs that share state in a dangerous way, maybe we got lucky.
Modules are global singletons, class definitions are global singletons. Monkeypatching is less common in Python than Ruby but I'd still consider it a significant risk.