Re: [Python-Dev] Two gcmodule patches

2006-03-06 Thread Barry Warsaw
On Mon, 2006-03-06 at 23:30 +, Neil Schemenauer wrote: > Barry Warsaw <[EMAIL PROTECTED]> wrote: > > There are two patches on SF to add a couple of features to the gc > > module. Skip wrote one (which I reviewed) and I wrote the other. > > Neither is earth shattering, but they're helpful when

Re: [Python-Dev] Two gcmodule patches

2006-03-06 Thread Neil Schemenauer
Barry Warsaw <[EMAIL PROTECTED]> wrote: > There are two patches on SF to add a couple of features to the gc > module. Skip wrote one (which I reviewed) and I wrote the other. > Neither is earth shattering, but they're helpful when debugging gc > issues. I have no major objections to either patch.

[Python-Dev] Two gcmodule patches

2006-03-06 Thread Barry Warsaw
There are two patches on SF to add a couple of features to the gc module. Skip wrote one (which I reviewed) and I wrote the other. Neither is earth shattering, but they're helpful when debugging gc issues. Skips adds some timing output when DEBUG_STATS is set: https://sourceforge.net/tracker/ind