[Python-Dev] test_pwd is really slow (original) (raw)
Jeremy Hylton jhylton at gmail.com
Tue Jul 13 14:41:34 CEST 2004
- Previous message: [Python-Dev] test_pwd is really slow
- Next message: [Python-Dev] Bug day outcome
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 13 Jul 2004 11:26:25 +0200, Walter Dörwald <walter at livinglogic.de> wrote:
If the bottleneck is in the n calls to pwd.getpwnam() and pwd.getpwuid() limiting n is an option. If the bottleneck is the one call to pwd.getpwall() adding a resource requirement might be the only option.
I'll investigate and see which it is.
Jeremy
- Previous message: [Python-Dev] test_pwd is really slow
- Next message: [Python-Dev] Bug day outcome
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]