How execute at least two python files at once when imported?

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Nov 7 06:52:33 EST 2019


Cameron Simpson wrote:
> Spencer's modules run unconditional stuff in addition to defining 
> classes. That may cause trouble.

It will -- because of the import lock, they won't run simultaneously
in the same process.

-- 
Greg


More information about the Python-list mailing list