[issue10550] Windows: leak in test_concurrent_futures

2011-03-23 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

I can't reproduce it any more. Looks like it has been fixed in the
meantime.

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10550] Windows: leak in test_concurrent_futures

2011-03-22 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Can you try to see if the refleak is still there? I can't reproduce on my 
Windows 7 VM.

--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10550] Windows: leak in test_concurrent_futures

2010-11-27 Thread Stefan Krah

New submission from Stefan Krah stefan-use...@bytereef.org:

C:\Users\stefan\svn\py3k_64PCbuild\amd64\python_d.exe Lib\test\regrtest.py -R 
: test_concurrent_futures
[1/1] test_concurrent_futures
beginning 9 repetitions
123456789
.
test_concurrent_futures leaked [6912, 6912, 6912, 6912] references, sum=27648
1 test failed:
test_concurrent_futures
[195615 refs]

--
components: Extension Modules
messages: 122539
nosy: skrah
priority: normal
severity: normal
status: open
title: Windows: leak in test_concurrent_futures
type: resource usage
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10550] Windows: leak in test_concurrent_futures

2010-11-27 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

posixmodule_listdir.patch fixes a leak in test_macpath. test_concurrent_futures 
still leaks.

--
keywords: +patch
Added file: http://bugs.python.org/file19839/posixmodule_listdir.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10550] Windows: leak in test_concurrent_futures

2010-11-27 Thread Stefan Krah

Changes by Stefan Krah stefan-use...@bytereef.org:


--
nosy: +bquinlan

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10550] Windows: leak in test_concurrent_futures

2010-11-27 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

Committed posixmodule_listdir.patch in r86843. Unfortunately this
is unrelated to the test_concurrent_futures leak.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10550
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com