Bug 2352552
Summary: | python-simframe fails to build with Python 3.14: TypeError: cannot pickle 'itertools.cycle' object | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-simframe | Assignee: | Iztok Fister, Jr. <iztok> |
Status: | NEW --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gui1ty, iztok, ksurma, mhroncok, neuro-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2322407 |
Description
Karolina Surma
2025-03-14 13:21:42 UTC
This appears to be an issue with `dill`. The tests fail in `writedump`[1], which calls `dill.dump()`. This happens also with dill-0.3.9-3, which itself builds fine with Python 3.14 (bug 2323157) using upstream's patch[2]. [1] https://github.com/stammler/simframe/blob/d9cd66eafbc341b36ccc14d63afb46921f58c589/simframe/io/dump.py#L4C1-L14C36 [2] https://src.fedoraproject.org/rpms/python-dill/pull-request/4 |