python-curio fails to build with Python 3.14.0b2. ___________________________________ test_cpu ___________________________________ kernel = <curio.kernel.Kernel object at 0x7f33792ffa80> def test_cpu(kernel): results = [] async def spin(n): while n > 0: results.append(n) await sleep(0.1) n -= 1 async def cpu_bound(n): r = await run_in_process(fib, n) results.append(('fib', r)) async def main(): async with TaskGroup() as g: await g.spawn(spin, 10) await g.spawn(cpu_bound, 36) kernel.run(main()) > assert results == [ 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, ('fib', 14930352) ] E AssertionError: assert [10, 9, 8, 7, 6, 5, 4, 3, 2, ('fib', 14930352), 1] == [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, ('fib', 14930352)] E E At index 9 diff: ('fib', 14930352) != 1 E E Full diff: E [ E 10, E 9, E 8, E 7, E 6, E 5, E 4, E 3, E 2, E - 1, E ( E 'fib', E 14930352, E ), E + 1, E ] https://docs.python.org/3.14/whatsnew/3.14.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.14-b1/fedora-rawhide-x86_64/09093280-python-curio/ For all our attempts to build python-curio with Python 3.14, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.14-b1/package/python-curio/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.14: https://copr.fedorainfracloud.org/coprs/g/python/python3.14-b1/ Let us know here if you have any questions. Python 3.14 is planned to be included in Fedora 43. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.14. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
FEDORA-2025-099fdb1dbf (python-curio-1.6^1.1484546-9.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-099fdb1dbf
FEDORA-2025-b1c87cbe73 (python-curio-1.6^1.1484546-9.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-b1c87cbe73
FEDORA-2025-099fdb1dbf (python-curio-1.6^1.1484546-9.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-b1c87cbe73 (python-curio-1.6^1.1484546-9.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.