[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset a5a7102636de82e0687af7131357762337d49c7c by Miss Islington (bot) in branch '3.8': closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) https://github.com/python/cpython/commit/a5a7102636de82e0687af7131357762337d49c7c --

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 8892a1d685e4898b28961308b3c1447fe9ad3269 by Miss Islington (bot) in branch '3.7': closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) https://github.com/python/cpython/commit/8892a1d685e4898b28961308b3c1447fe9ad3269 --

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 39de95b746c990e6a2fe9af5fad01747f58b2e5f by Benjamin Peterson in branch 'master': closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) https://github.com/python/cpython/commit/39de95b746c990e6a2fe9af5fad01747f58b2e5f

[issue38124] off-by-one error in PyState_AddModule

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

[issue38124] off-by-one error in PyState_AddModule

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

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +15633 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16007 ___ Python tracker __

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread Benjamin Peterson
Change by Benjamin Peterson : -- title: off-by-one error in PyState_GetModule -> off-by-one error in PyState_AddModule ___ Python tracker ___ _