[issue15187] test_shutil does not clean up after itself

2012-06-26 Thread Larry Hastings
Larry Hastings added the comment: (No wonder it had an aneurysm!) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue15187] test_shutil does not clean up after itself

2012-06-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b1d4e3ce867 by Larry Hastings in branch 'default': Fix issue # in Misc/NEWS (should be #15187, not 15817.) http://hg.python.org/cpython/rev/6b1d4e3ce867 -- nosy: +python-dev ___ Python tracker

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Larry Hastings
Larry Hastings added the comment: This was fixed in 1fa50bbcc21f1458c1dc00ea733b76e6405b8cbb . (I think the tracker had an aneurysm when the notification showed up.) -- ___ Python tracker

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Larry Hastings
Changes by Larry Hastings : -- assignee: -> larry priority: normal -> release blocker resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Yep. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Hynek Schlawack
Hynek Schlawack added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Larry Hastings
Larry Hastings added the comment: Georg, you want this fixed for beta 1? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bug

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Larry Hastings
Larry Hastings added the comment: Patch attached. On my machine it used to leave six directories, now it leaves none. -- keywords: +patch Added file: http://bugs.python.org/file26161/larry.fix.shutil.test.tmp.dirs.1.diff ___ Python tracker

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Larry Hastings
Changes by Larry Hastings : -- nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread R. David Murray
New submission from R. David Murray : test_shutil leaves several (six) directories in /tmp. This eventually fills /tmp on my buildbots and causes subsequent test runs to fail. -- components: Tests keywords: buildbot messages: 164026 nosy: hynek, r.david.murray priority: normal severity