[Python-Dev] PEP: Lazy module imports and post import hook (original) (raw)
Nick Craig-Wood nick at craig-wood.com
Wed Jan 9 14:02:08 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 ]
Christian Heimes <lists at cheimes.de> wrote:
I've attached the first public draft of my first PEP.
Some brief thoughts from me on the PEP...
Post import hooks sound great and a good idea.
Lazy importing sounds like a recipe for hard to find bugs and rather too magic for my taste.
Perhaps you should separate these two things into two PEPs and implementations?
-- Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick
- 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 ]