This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients gkcn, jnoller, mouad, neologix, petri.lehtinen, terry.reedy, vstinner
Date 2011-06-25.22:31:00
SpamBayes Score 2.5654326e-06
Marked as misclassified No
Message-id <1309041060.97.0.0711730308103.issue12157@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-06-25 22:31:01terry.reedysetrecipients: + terry.reedy, vstinner, jnoller, neologix, gkcn, mouad, petri.lehtinen
2011-06-25 22:31:00terry.reedysetmessageid: <1309041060.97.0.0711730308103.issue12157@psf.upfronthosting.co.za>
2011-06-25 22:31:00terry.reedylinkissue12157 messages
2011-06-25 22:31:00terry.reedycreate