Terry J. Reedy <tjre...@udel.edu> added the comment: The patch to the multiprocessing code is trivial: + del cache[self._job]
The difference in tests is + with test.support.operation_timeout(5): + p.join() versus + p.join() Victor, do you agree with the simpler method, depending on faulthandler to catch a hang in the test and fail it? Or is the explicit timeout better? ---------- stage: test needed -> patch review _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12157> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com