[issue7258] test_multiprocessing leaves a temporary directory

2009-11-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hmm, apparently it is automatically removed at the end of the test suite. Sorry for the noise :) -- resolution: -> invalid status: open -> closed ___ Python tracker __

[issue7258] test_multiprocessing leaves a temporary directory

2009-11-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : On my buildbot, test_multiprocessing, although it succeeds, leaves an empty temporary directory behind it (something like "/tmp/pymp-UHJdgH/"). -- assignee: jnoller components: Tests messages: 94874 nosy: jnoller, pitrou, r.david.murray priority: low