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 2014-07-26 18:01 by dan.oreilly, last changed 2022-04-11 14:58 by admin.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_loop.py | dan.oreilly, 2014-07-26 18:01 | Test script demonstrating the issue | ||
| handle_mp_unix.diff | dan.oreilly, 2014-07-26 18:20 | Patch that makes _UnixDefaultEventLoopPolicy create a new loop object if get_event_loop is called in a forked mp child process | review | |
| handle-mp_unix2.patch | dan.oreilly, 2014-07-26 20:13 | Use os.getpid() instead of multiprocessing. Store pid state in Policy instance rather than the Loop instance. | review | |
| handle_mp_unix_with_test.diff | dan.oreilly, 2014-07-27 16:09 | Adds a unit test to previous patch | review | |
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7208 | merged | yselivanov, 2018-05-29 16:08 | |
| PR 7215 | merged | miss-islington, 2018-05-29 19:39 | |
| PR 7218 | closed | yselivanov, 2018-05-29 20:08 | |
| PR 7226 | closed | yselivanov, 2018-05-29 22:02 | |
| PR 7232 | merged | yselivanov, 2018-05-29 23:35 | |
| PR 7233 | merged | yselivanov, 2018-05-29 23:36 | |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:06 | admin | set | github: 66285 |
| 2018-05-30 00:56:36 | yselivanov | set | messages: + msg318144 |
| 2018-05-30 00:47:59 | yselivanov | set | messages: + msg318143 |
| 2018-05-29 23:43:15 | yselivanov | set | messages: + msg318140 |
| 2018-05-29 23:36:43 | yselivanov | set | pull_requests: + pull_request6865 |
| 2018-05-29 23:35:07 | yselivanov | set | pull_requests: + pull_request6864 |
| 2018-05-29 22:46:58 | yselivanov | set | messages: + msg318135 |
| 2018-05-29 22:23:08 | vstinner | set | nosy:
- vstinner |
| 2018-05-29 22:02:47 | yselivanov | set | pull_requests: + pull_request6858 |
| 2018-05-29 21:09:24 | miss-islington | set | nosy:
+ miss-islington messages: + msg318092 |
| 2018-05-29 20:08:45 | yselivanov | set | pull_requests: + pull_request6851 |
| 2018-05-29 19:39:27 | miss-islington | set | pull_requests: + pull_request6847 |
| 2018-05-29 19:38:10 | yselivanov | set | messages: + msg318077 |
| 2018-05-29 16:08:28 | yselivanov | set | stage: needs patch -> patch review pull_requests: + pull_request6843 |
| 2018-03-11 10:38:30 | zmedico | set | nosy:
+ zmedico |
| 2017-06-28 21:13:11 | yselivanov | set | messages: + msg297229 |
| 2017-06-28 21:09:48 | pitrou | set | messages: + msg297227 |
| 2017-06-28 21:05:30 | yselivanov | set | messages: + msg297226 |
| 2017-06-28 20:20:51 | pitrou | set | nosy:
+ pitrou messages: + msg297222 stage: needs patch |
| 2017-02-22 02:26:04 | thehesiod | set | nosy:
+ thehesiod messages: + msg288327 versions: + Python 3.6 |
| 2015-02-15 20:19:43 | vstinner | set | title: asyncio: support multiprocessing (support fork=) -> asyncio: support multiprocessing (support fork) |
| 2015-02-15 20:19:39 | vstinner | set | title: asyncio: support multiprocessing -> asyncio: support multiprocessing (support fork=) |
| 2015-02-04 22:58:05 | vstinner | set | messages: + msg235411 |
| 2015-02-04 22:19:32 | vstinner | set | title: _UnixDefaultEventLoopPolicy should either create a new loop or explicilty fail when get_event_loop() is called from a multiprocessing child process -> asyncio: support multiprocessing |
| 2015-02-04 21:06:34 | vstinner | set | messages: + msg235404 |
| 2014-09-10 15:13:47 | dan.oreilly | set | messages: + msg226698 |
| 2014-07-27 16:51:39 | dan.oreilly | set | messages: + msg224145 |
| 2014-07-27 16:45:55 | vstinner | set | messages: + msg224144 |
| 2014-07-27 16:21:36 | dan.oreilly | set | messages: + msg224143 |
| 2014-07-27 16:09:52 | dan.oreilly | set | files:
+ handle_mp_unix_with_test.diff messages: + msg224140 |
| 2014-07-27 12:31:05 | vstinner | set | messages: + msg224125 |
| 2014-07-27 03:12:58 | gvanrossum | set | messages: + msg224097 |
| 2014-07-26 20:13:57 | dan.oreilly | set | files:
+ handle-mp_unix2.patch messages: + msg224085 |
| 2014-07-26 19:55:30 | gvanrossum | set | messages: + msg224084 |
| 2014-07-26 18:20:15 | dan.oreilly | set | files: + handle_mp_unix.diff |
| 2014-07-26 18:18:37 | dan.oreilly | set | files: - handle_mp_unix.diff |
| 2014-07-26 18:04:03 | dan.oreilly | set | title: _UnixDefaultEventLoop policy should either create a new loop or explicilty fail when get_event_loop() is called from a multiprocessing child process -> _UnixDefaultEventLoopPolicy should either create a new loop or explicilty fail when get_event_loop() is called from a multiprocessing child process |
| 2014-07-26 18:02:47 | dan.oreilly | set | type: behavior |
| 2014-07-26 18:01:38 | dan.oreilly | set | files: + test_loop.py |
| 2014-07-26 18:01:10 | dan.oreilly | create | |
