[Python-Dev] PEP: Lazy module imports and post import hook (original) (raw)
Tim Golden mail at timgolden.me.uk
Wed Jan 9 18:20:32 CET 2008
- Previous message: [Python-Dev] PEP: Lazy module imports and post import hook
- Next message: [Python-Dev] PEP: Lazy module imports and post import hook
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil Toronto wrote:
Aside:
Nick Coghlan wrote: My main concern is that the import lock is something Python users typically don't have to worry about (aside from the 'don't spawn a thread as a side effect of importing' guideline)... I've never heard of this and I can't get Google to find it. Is it a deadlock problem?
Here's one reference:
http://mail.python.org/pipermail/python-list/2004-December/295970.html
TJG
- Previous message: [Python-Dev] PEP: Lazy module imports and post import hook
- Next message: [Python-Dev] PEP: Lazy module imports and post import hook
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]