Python Embedding Importing relative modules

moerchendiser2k3 googler.1.webmaster at spamgourmet.com
Tue Jul 6 16:02:12 EDT 2010


Good idea. Just one thing I thought about:

Imagine I load them parallel so the GIL might
interrupt the save-process of sys.modules,

[ENSURE GIL]
Load Script
Save sys.modules
[interrupt]
Load Script
Save sys.modules
...

so this might run into several other problems.

But maybe I change that so I load the scripts in a row.
Thanks for your shoulder I can cry on ;)

Bye,

moerchendiser2k3



More information about the Python-list mailing list