New submission from Antoine Pitrou <pit...@free.fr>: 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 <rep...@bugs.python.org> <http://bugs.python.org/issue7383> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com