[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread Eric Snow
Eric Snow added the comment: Flipping the label one more time did the trick. Thanks again, Phil! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
miss-islington added the comment: 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 -

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +16687 pull_request: https://github.com/python/cpython/pull/17179 ___ Python tracker ___ __

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread Eric Snow
Eric Snow added the comment: 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

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-15 Thread miss-islington
miss-islington added the comment: 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/b22030073b9327a3aeccb69507

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +16629 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17123 ___ Python tracker ___ __

[issue38778] Document that os.fork is not allowed in subinterpreters

2019-11-12 Thread Phil Connell
New submission from Phil Connell : Add a comment to the os.fork docs to note that forking from a subinterpreter is no longer allowed (see issue34651) -- assignee: docs@python components: Documentation messages: 356459 nosy: docs@python, eric.snow, pconnell priority: normal severity: no