[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I am not sure that it fixes a real bug, I did not check it on different platforms, but just for the case I backported it to 3.7 and 3.8. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.

[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread miss-islington
miss-islington added the comment: New changeset 9644702936a5758b99bd951446a5b0ef05ec022a by Miss Islington (bot) in branch '3.8': bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) https://github.com/python/cpython/commit/9644702936a5758b99bd951446a5b0ef05ec02

[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread miss-islington
miss-islington added the comment: New changeset 148786a2cd56f71a87bdcf4dd4e5c4ca00f3630e by Miss Islington (bot) in branch '3.7': bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) https://github.com/python/cpython/commit/148786a2cd56f71a87bdcf4dd4e5c4ca00f363

[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18338 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18991 ___ Python tracker

[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +18339 pull_request: https://github.com/python/cpython/pull/18992 ___ Python tracker ___ __

[issue39582] ossaudiodev update helpers signature

2020-03-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : New changeset b81f40f0adae3b1d1e57f9a89940ba827b9ede70 by David CARLIER in branch 'master': bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) https://github.com/python/cpython/commit/b81f40f0adae3b1d1e57f9a89940ba827b9ede

[issue39582] ossaudiodev update helpers signature

2020-02-08 Thread David CARLIER
Change by David CARLIER : -- nosy: devnexen priority: normal pull_requests: 17786 severity: normal status: open title: ossaudiodev update helpers signature versions: Python 3.9 ___ Python tracker