Bug 2363033
Summary: | Python's asyncio create_task is not working with Toga's example application | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mauro Carvalho Chehab <mchehab> |
Component: | python3.13 | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 42 | CC: | ksurma, mhroncok, python-maint, python-packagers-sig, vstinner |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
URL: | https://github.com/beeware/toga/issues/3394 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-05-07 12:43:23 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: |
Description
Mauro Carvalho Chehab
2025-04-30 06:03:41 UTC
It seems like the issue was already fixed upstream last week: * https://github.com/beeware/toga/commit/bdd2e7ba01f801a59a05f02c864ccb0d4e6202b7 * https://github.com/beeware/toga/pull/3395 > Python 3.13.3 ensured that the name argument was passed down to task factories; this exposed a bug in Toga's task factory wrapper, This is not a bug in Python, but in Toga, which you don't install from Fedora. You need to ask https://github.com/beeware/toga for a new release or install from their github. |