[Python-Dev] test_pwd is really slow

Jeremy Hylton jhylton at gmail.com
Tue Jul 13 14:41:34 CEST 2004


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


More information about the Python-Dev mailing list