Issue38778
Created on 2019-11-12 14:38 by pconnell, last changed 2019-11-15 21:39 by eric.snow. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 17123 | merged | python-dev, 2019-11-12 14:44 | |
| PR 17179 | merged | miss-islington, 2019-11-15 21:30 | |
| Messages (5) | |||
|---|---|---|---|
| msg356459 - (view) | Author: Phil Connell (pconnell) * | Date: 2019-11-12 14:38 | |
Add a comment to the os.fork docs to note that forking from a subinterpreter is no longer allowed (see issue34651) |
|||
| msg356693 - (view) | Author: miss-islington (miss-islington) | Date: 2019-11-15 16:56 | |
New changeset b22030073b9327a3aeccb69507694bce078192aa by Miss Islington (bot) (Phil Connell) in branch 'master': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpython/commit/b22030073b9327a3aeccb69507694bce078192aa |
|||
| msg356704 - (view) | Author: Eric Snow (eric.snow) * | Date: 2019-11-15 18:20 | |
Nice work, Phil. We need a backport to 3.8, but the miss-islington bot is having trouble with it. [1] Either we can try flipping the "needs backport to 3.8" label again or you could create a backport PR yourself (like miss-islington suggested). If you do that then be sure to request a review from me. :) [1] https://github.com/python/cpython/pull/17123#issuecomment-554469177 |
|||
| msg356719 - (view) | Author: miss-islington (miss-islington) | Date: 2019-11-15 21:37 | |
New changeset a4be5aae6e587f5310f1fc0d66d37e032621ce39 by Miss Islington (bot) in branch '3.8': bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) https://github.com/python/cpython/commit/a4be5aae6e587f5310f1fc0d66d37e032621ce39 |
|||
| msg356721 - (view) | Author: Eric Snow (eric.snow) * | Date: 2019-11-15 21:39 | |
Flipping the label one more time did the trick. Thanks again, Phil! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-15 21:39:07 | eric.snow | set | status: open -> closed resolution: fixed messages: + msg356721 stage: patch review -> resolved |
| 2019-11-15 21:37:30 | miss-islington | set | messages: + msg356719 |
| 2019-11-15 21:30:47 | miss-islington | set | pull_requests: + pull_request16687 |
| 2019-11-15 18:20:57 | eric.snow | set | messages:
+ msg356704 versions: + Python 3.9 |
| 2019-11-15 16:56:12 | miss-islington | set | nosy:
+ miss-islington messages: + msg356693 |
| 2019-11-12 14:44:18 | python-dev | set | keywords:
+ patch stage: patch review pull_requests: + pull_request16629 |
| 2019-11-12 14:38:20 | pconnell | create | |