8000 Python 3.14 support · Issue #1690 · pazz/alot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Python 3.14 support #1690
Open
Open
@meeuw

Description

@meeuw

Python 3.14 will be released in October 2025.

Currently it seems the tests fail with Python 3.14:

https://bugzilla.redhat.com/show_bug.cgi?id=2368593

ERROR: test_stdin (tests.test_helper.TestCallCmdAsync.test_stdin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/alot-0.11-build/alot-0.11/tests/utilities.py", line 188, in _actual
    loop = asyncio.get_event_loop()
  File "/usr/lib64/python3.14/asyncio/events.py", line 718, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
                       % threading.current_thread().name)
RuntimeError: There is no current event loop in thread 'MainThread'.

According to https://docs.python.org/dev/whatsnew/3.14.html#id3

Removed implicit creation of event loop by asyncio.get_event_loop(). It now raises a RuntimeError if there is no current event loop. (Contributed by Kumar Aditya in gh-126353.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    P 306E rojects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0