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 | python-dev |
|---|---|
| Recipients | davin, pitrou, python-dev, sbt |
| Date | 2016年12月10日.16:22:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20161210162209.21418.29635.2E227B9F@psf.io> |
| In-reply-to |
| Content | |
|---|---|
New changeset 1a955981b263 by Antoine Pitrou in branch '3.5': Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. https://hg.python.org/cpython/rev/1a955981b263 New changeset f3b9fd41b5cb by Antoine Pitrou in branch '3.6': Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. https://hg.python.org/cpython/rev/f3b9fd41b5cb New changeset 5456b699788f by Antoine Pitrou in branch 'default': Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. https://hg.python.org/cpython/rev/5456b699788f |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016年12月10日 16:22:12 | python-dev | set | recipients: + python-dev, pitrou, sbt, davin |
| 2016年12月10日 16:22:12 | python-dev | link | issue28779 messages |
| 2016年12月10日 16:22:12 | python-dev | create | |