Slow program exit on Dec Alpha 4.1 OSF
Chris Liechti
cliechti at gmx.net
Fri Jul 26 19:47:21 EDT 2002
renez at lightcon.xs4all.nl wrote in news:ahsfsk$36a$1 at news1.xs4all.nl:
> I'm trying to collect information from a cvs repository.
> Basically I visit every RCS file in the repository
> get tags:version with line=file.readline
> and build up the following dictionaries
>
> File[FileId] = name
> FileIndex[name] = (FileId , (branchetag (Bole, Bole)) )
> tag[name] = (tagid,counter)
> tagindex[tagid] = name
> filetag[FileId, tagid] = version
> tagfile[tagid, FileId] = version
do you store a reference to the file object in one of those variables? do
you close the files after visiting them?
...
> I cannot make head or tails out of this and probably most
> of you also not out of this message ;-( too.
maybe you could post some of the code or put it on a webpage, so that
people can comment on it.
chris
--
Chris <cliechti at gmx.net>
More information about the Python-list
mailing list