
report at bugs
Nov 23, 2009, 11:39 AM
Post #1 of 7
(319 views)
Permalink
|
|
[issue7383] test_multiprocessing leaks
|
|
New submission from Antoine Pitrou <pitrou [at] free>: This has started a few days ago. I don't know if this was triggered by a multiprocessing change or an unrelated one. On trunk: test_multiprocessing beginning 6 repetitions 123456 ...... test_multiprocessing leaked [277, 277, 277] references, sum=831 On py3k: test_multiprocessing beginning 6 repetitions 123456 ...... test_multiprocessing leaked [229, 229, 229] references, sum=687 ---------- assignee: jnoller components: Library (Lib), Tests messages: 95649 nosy: jnoller, pitrou priority: high severity: normal stage: needs patch status: open title: test_multiprocessing leaks type: resource usage versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7383> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|