]> git.alsa-project.org Git - alsa-lib.git/commit
mixer: simple module: python 3.10 PyTuple_SET_ITEM() fix
authorGraham Inggs <ginggs@debian.org>
Thu, 20 Jan 2022 07:29:37 +0000 (09:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 20 May 2022 08:03:10 +0000 (10:03 +0200)
commitea15c8352518cdfb53d56932218f0d31b7980b87
tree683d2c5a1b935a1765c44fb2c4db4539baa6d105
parentb62fc061e4833b12286a5f9b2e78894b614ce3fb
mixer: simple module: python 3.10 PyTuple_SET_ITEM() fix

Make code compatible with Python 3.10 As noted in bpo-30459,
PyTuple_SET_ITEM() does not return a value.

Link: https://bugs.python.org/issue30459
Fixes: https://github.com/alsa-project/alsa-lib/pull/210
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
modules/mixer/simple/python.c