Y
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
ergo14
1948 days ago
I don't think we've ended up with libs that share state in a dangerous way, maybe we got lucky.
link
lmm
1946 days ago
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.
link