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.
Created on 2011-05-23 11:42 by gkcn, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
multi.py | gkcn, 2011-05-23 11:42 | Code to reproduce the bug | ||
issue-12157.patch | mouad, 2011-06-25 14:32 | Remove the MapResult instance from the Pool cache when the iterable passed to map is empty. | review | |
issue-12157.patch | mouad, 2011-06-25 16:46 | Don't Try to use any fancy way to check if the join will hang, leave all the job to faulthandler. | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:17 | admin | set | github: 56366 |
2012-06-07 22:18:20 | sbt | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
2012-06-07 19:42:03 | python-dev | set | nosy:
+ python-dev messages: + msg162493 |
2012-06-06 12:25:09 | sbt | set | nosy:
+ sbt |
2012-02-04 11:55:08 | rosslagerwall | set | nosy:
+ rosslagerwall |
2012-02-04 10:33:59 | neologix | link | issue13937 superseder |
2011-12-07 17:49:26 | neologix | link | issue13542 superseder |
2011-06-25 23:02:01 | vstinner | set | messages: + msg139128 |
2011-06-25 22:31:00 | terry.reedy | set | messages:
+ msg139125 stage: test needed -> patch review |
2011-06-25 21:56:47 | vstinner | set | nosy:
+ vstinner |
2011-06-25 16:48:57 | mouad | set | messages: + msg139101 |
2011-06-25 16:46:42 | mouad | set | files: + issue-12157.patch |
2011-06-25 14:55:34 | mouad | set | messages: + msg139078 |
2011-06-25 14:32:56 | mouad | set | files: + issue-12157.patch |
2011-06-25 14:32:30 | mouad | set | files: - support.patch |
2011-06-25 14:32:27 | mouad | set | files: - test_multiprocess.patch |
2011-06-25 14:32:23 | mouad | set | files: - pool.patch |
2011-06-25 13:39:07 | mouad | set | nosy:
+ mouad messages: + msg139064 |
2011-06-25 13:23:31 | mouad | set | files: + support.patch |
2011-06-25 13:20:58 | mouad | set | files: + test_multiprocess.patch |
2011-06-25 13:19:13 | mouad | set | files:
+ pool.patch keywords: + patch |
2011-05-28 22:10:28 | neologix | set | nosy:
+ neologix messages: + msg137157 |
2011-05-28 21:30:46 | terry.reedy | set | versions:
+ Python 3.2, Python 3.3 nosy: + terry.reedy messages: + msg137154 stage: test needed |
2011-05-26 08:01:34 | petri.lehtinen | set | nosy:
+ petri.lehtinen |
2011-05-23 11:42:45 | gkcn | create |