[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-27 Thread miss-islington
miss-islington added the comment: New changeset 6fbed5350c786ab88868925d67f59e19d0ab841c by Miss Islington (bot) in branch '3.8': closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) https://github.com/python/cpython/commit/6fbed5350c786ab88868925d67f59e19d0ab

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-27 Thread miss-islington
miss-islington added the comment: New changeset 65e187239a6feb09840ed9c2ebee51ed151e690d by Miss Islington (bot) in branch '3.7': closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) https://github.com/python/cpython/commit/65e187239a6feb09840ed9c2ebee51ed151e

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +14242 pull_request: https://github.com/python/cpython/pull/14426 ___ Python tracker ___ __

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-27 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 45a30af109f69a81576b87ea775863ba12d55316 by Benjamin Peterson (Brandt Bucher) in branch 'master': closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) https://github.com/python/cpython/commit/45a30af109f69a815

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +14241 pull_request: https://github.com/python/cpython/pull/14425 ___ Python tracker ___ __

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-26 Thread Brandt Bucher
Change by Brandt Bucher : -- keywords: +patch pull_requests: +14226 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14414 ___ Python tracker ___ __

[issue37420] os.sched_setaffinity does not handle errors during iteration.

2019-06-26 Thread Brandt Bucher
New submission from Brandt Bucher : This is related to bpo-37417: os.sched_setaffinity doesn't properly handle errors that arise during iteration of the mask argument: Python 3.9.0a0 (heads/master:d52a83a, Jun 26 2019, 15:13:41) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits