Re: [Python-Dev] [Python-checkins] Daily reference leaks (e10ad4d4d490): sum=333

2015-04-04 Thread Brett Cannon
Thanks for fixing it! On Sat, Apr 4, 2015, 10:53 Benjamin Peterson wrote: > > > On Sat, Apr 4, 2015, at 10:33, Brett Cannon wrote: > > Anyone know what is causing the deque leakage? > > https://hg.python.org/cpython/rev/3409f4d945e8 > ___ > Python-Dev

Re: [Python-Dev] [Python-checkins] Daily reference leaks (e10ad4d4d490): sum=333

2015-04-04 Thread Benjamin Peterson
On Sat, Apr 4, 2015, at 10:33, Brett Cannon wrote: > Anyone know what is causing the deque leakage? https://hg.python.org/cpython/rev/3409f4d945e8 ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Uns

Re: [Python-Dev] [Python-checkins] Daily reference leaks (e10ad4d4d490): sum=333

2015-04-04 Thread Brett Cannon
Anyone know what is causing the deque leakage? On Sat, Apr 4, 2015, 04:48 wrote: > results for e10ad4d4d490 on branch "default" > > > test_collections leaked [0, -4, 0] references, sum=-4 > test_collections leaked [0, -2, 0] memory blocks, sum=-2 > t