[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-08-02 Thread Eric Snow
Eric Snow added the comment: New changeset 375f35be0688da0fc0f27afc4faea76590d7c24d by Eric Snow (Miss Islington (bot)) in branch '3.8': bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-08-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +14826 pull_request: https://github.com/python/cpython/pull/15080 ___ Python tracker ___

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-08-02 Thread Eric Snow
Eric Snow added the comment: Thanks, Joannah! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker ___

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-08-02 Thread Eric Snow
Eric Snow added the comment: New changeset 854d0a4b98b13629252e21edaf2b785b429e5135 by Eric Snow (Joannah Nanjekye) in branch 'master': bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-04-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Thanks for this feedback. Let me see how I can incorporate this in the PR. -- ___ Python tracker ___

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-04-05 Thread Eric Snow
Eric Snow added the comment: I should have added something like this earlier, but here are key points to consider covering: * "main" interpreter is the original, created when the runtime initializes * historically almost always the only Python interpreter in a process * this is changing

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-04-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +12594 stage: -> patch review ___ Python tracker ___ ___

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-04-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- components: +Documentation versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-04-01 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-03-30 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- assignee: -> nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36487] Make C-API docs clear about what the "main" interpreter is

2019-03-30 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : Following up a discussion on a PR here : https://github.com/python/cpython/pull/12238, There is need to make sure the C-API docs are clear about what the "main" interpreter is. -- messages: 339207 nosy: nanjekyejoannah priority: normal severity: