Bug 2303107
| Summary: | gpgme Python 3.13.0rc1: SystemError: Objects/dictobject.c:3774: bad argument to internal function | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karel Srot <ksrot> | ||||
| Component: | python3.13 | Assignee: | Miro Hrončok <mhroncok> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | frantisek, igor.raits, jkucera, ksurma, mhlavink, mhroncok, python-maint, python-packagers-sig, vstinner | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python3.13-3.13.0~rc1-2.fc41 python3.13-3.13.0~rc1-2.fc40 python3.13-3.13.0~rc1-2.fc39 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-08-07 16:24:03 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Karel Srot
2024-08-06 11:55:40 UTC
Created attachment 2043554 [details]
reproducer
Switching to python3.13 per request This is from https://github.com/python/cpython/blob/v3.13.0rc1/Objects/dictobject.c#L3774 -- the line was not added recently (in fact it has been there for years) https://koschei.fedoraproject.org/package/gpgme FTBFS since rc1 with the same error. https://github.com/python/cpython/issues/122728 was reported by our Gentoo friends 3 hours ago. I proposed a fix upstream: https://github.com/python/cpython/pull/122735 FEDORA-2024-9fe1974c0f (python3.13-3.13.0~rc1-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-9fe1974c0f FEDORA-2024-9fe1974c0f (python3.13-3.13.0~rc1-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-c452738920 (python3.13-3.13.0~rc1-2.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-c452738920 FEDORA-2024-bec5d0df1f (python3.13-3.13.0~rc1-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-bec5d0df1f FEDORA-2024-c452738920 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-2024-c452738920` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-c452738920 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-bec5d0df1f has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-bec5d0df1f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-bec5d0df1f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-bec5d0df1f (python3.13-3.13.0~rc1-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-c452738920 (python3.13-3.13.0~rc1-2.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |