[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-09 Thread Petr Viktorin
Change by Petr Viktorin : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mail

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-09 Thread miss-islington
miss-islington added the comment: New changeset 20c990229e98ad69c03e44fe61f8dce99b96cf9d by Miss Islington (bot) in branch '3.8': bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) https://github.com/python/cpython/commit/20c990229e98ad69c03e44fe61f8dce99b96cf9

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17329 pull_request: https://github.com/python/cpython/pull/17918 ___ Python tracker ___ __

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-09 Thread miss-islington
miss-islington added the comment: New changeset 6c5d661342d12f6836580b0e75e3569c764527ae by Miss Islington (bot) (Petr Viktorin) in branch 'master': bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) https://github.com/python/cpython/commit/6c5d661342d12f683658

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-07 Thread Petr Viktorin
Change by Petr Viktorin : -- keywords: +patch pull_requests: +17312 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17896 ___ Python tracker ___

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2020-01-07 Thread Petr Viktorin
Petr Viktorin added the comment: Thanks for the report. I'll draft something better. -- ___ Python tracker ___ ___ Python-bugs-list

[issue39161] Py_NewInterpreter docs need updating for multi-phase initialization

2019-12-29 Thread Nick Coghlan
New submission from Nick Coghlan : The Py_NewInterpreter docs only cover the behaviour of extension modules that use single-phase initialization: https://docs.python.org/3/c-api/init.html#c.Py_NewInterpreter Multi-phase initialization allows each subinterpreter to get its own copy of extensi