top | item 37059273

(no title)

lordmauve | 2 years ago

Python imports are much more principled than sourcing bash though. They are executed in a new namespace, and subsequent imports reference that namespace directly instead of re-evaluating the code.

C extensions don't significantly change matters because the module is still constructed by procedural C code.

discuss

order

No comments yet.