Sigh. This isn't making life any easier trying to debug the "Archiver eats
my machine" problem:
self._open_index_file_as_stdout(arcdir, hdr)
Any tricks for using pdb with a program that wants to steal
stdout?
(it's the first invocation of _update_simple_index, the one
for the Date index, that takes all the memory/time; I suspect that's
just because it's the first one, and builds a wad if in-core data
structures that are then reused by the Subject and Author invocations that
follow. But it's pathological, whatever it's doing. gc debugging shows a
*wad* of objects stuck in generation 2 (i.e., not leaked, and referred to).)
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers
- [Mailman-Developers] re: Much cpu/memory load Andrew D. Clark
- Re: [Mailman-Developers] re: Much cpu/memory load Danny Terweij
- Re: [Mailman-Developers] re: Much cpu/memory load Barry A. Warsaw
- Re: [Mailman-Developers] re: Much cpu/memory ... Danny Terweij
- Re: [Mailman-Developers] re: Much cpu/memory ... Dan Mick
- Re: [Mailman-Developers] re: Much cpu/mem... Simone Piunno
- Re: [Mailman-Developers] re: Much cp... Danny Terweij
- Re: [Mailman-Developers] re: Much cp... Dan Mick
- Re: [Mailman-Developers] re: Muc... Dan Mick
- Re: [Mailman-Developers] re:... Dan Mick
- Re: [Mailman-Developers] re:... Dan Mick
- Re: [Mailman-Developers] re:... Barry A. Warsaw
- Re: [Mailman-Developers] re:... Barry A. Warsaw
- Re: [Mailman-Developers] re:... Barry A. Warsaw
- Re: [Mailman-Developers] re: Much cpu/mem... Danny Terweij