Description of problem: Importing the alsaaudio module in python fails. Version-Release number of selected component (if applicable): python-alsaaudio-0.9.0-10.fc39 How reproducible: 100% Steps to Reproduce: 1. dnf install python3-alsaaudio 2. start a python shell 3. import alsaaudio Actual results: ``` Python 3.12.0 (main, Oct 2 2023, 00:00:00) [GCC 13.2.1 20230918 (Red Hat 13.2.1-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import alsaaudio Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib64/python3.12/site-packages/alsaaudio.cpython-312-x86_64-linux-gnu.so: undefined symbol: PyUnicode_AS_DATA >>> ``` Expected results: Module should import without errors. Additional info: If the module is installed in a virtual environment, e.g. using pipenv, then the installation and import proceed without errors.
FEDORA-2023-d870a65c9d has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-d870a65c9d
FEDORA-2023-fc1142d945 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-fc1142d945
FEDORA-2023-d870a65c9d has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-d870a65c9d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-d870a65c9d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-fc1142d945 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-fc1142d945` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-fc1142d945 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-d870a65c9d has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-fc1142d945 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.