This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dsposx
Recipients
Date 2002-05-02.20:47:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=111050

Hi Jack,

I finally got around to reimplementing the functionality of 
the patch given your suggestions. I think it should be 
fairly bulletproof. Due to circular imports I ended up 
having to do more work in the package's __init__.py. 
The upshot of flattening the lookup dicts is that it gets 
done once, and then after that name lookups are 
lightning fast. In our production environment the 
speedup was impressive :-) Thanks for the 
suggestions.

Donovan
History
Date User Action Args
2007-08-23 15:12:00adminlinkissue538395 messages
2007-08-23 15:12:00admincreate