[Python-Dev] PEP: Lazy module imports and post import hook (original) (raw)
Neil Toronto ntoronto at cs.byu.edu
Wed Jan 9 18:14:47 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 ]
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?
Neil
- 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 ]