Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Doesn't work in Python 3.11 #61

Closed
philn opened this issue Nov 12, 2022 · 1 comment · Fixed by #63
Closed

Doesn't work in Python 3.11 #61

philn opened this issue Nov 12, 2022 · 1 comment · Fixed by #63
Labels
bug A crash or error in behavior.

Comments

@philn
Copy link
Contributor

philn commented Nov 12, 2022

    self.loop.run_until_complete(asyncio.gather(*tasks))
  File "/var/home/phil/.local/lib/python3.11/site-packages/gbulb/glib_events.py", line 837, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/streams.py", line 114, in start_unix_server
    return await loop.create_unix_server(factory, path, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/unix_events.py", line 344, in create_unix_server
    server._start_serving()
  File "/usr/lib64/python3.11/asyncio/base_events.py", line 316, in _start_serving
    self._loop._start_serving(
TypeError: GLibBaseEventLoop._start_serving() takes from 3 to 7 positional arguments but 8 were given
@philn philn added the bug A crash or error in behavior. label Nov 12, 2022
@philn
Copy link
Contributor Author

philn commented Nov 12, 2022

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug A crash or error in behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant