sbp opened a new issue, #623:
URL: https://github.com/apache/tooling-trusted-releases/issues/623
I often encounter the following warning:
```python-traceback
uv/python/cpython-3.13.2-macos-aarch64-none/lib/python3.13/json/decoder.py:346:
RuntimeWarning: coroutine 'Queue.join' was never awaited
Coroutine created at (most recent call last)
File
"uv/python/cpython-3.13.2-macos-aarch64-none/lib/python3.13/multiprocessing/process.py",
line 108, in run
self._target(*self._args, **self._kwargs)
File "atr/.venv/lib/python3.13/site-packages/hypercorn/asyncio/run.py",
line 216, in uvloop_worker
_run(
File "atr/.venv/lib/python3.13/site-packages/hypercorn/asyncio/run.py",
line 233, in _run
runner.run(main(shutdown_trigger=shutdown_trigger))
File
"uv/python/cpython-3.13.2-macos-aarch64-none/lib/python3.13/asyncio/runners.py",
line 118, in run
return self._loop.run_until_complete(task)
File "atr/.venv/lib/python3.13/site-packages/asyncssh/channel.py", line
231, in _cleanup
self._session.connection_lost(exc)
File "atr/.venv/lib/python3.13/site-packages/asyncssh/process.py", line
1047, in connection_lost
super().connection_lost(exc) # type: ignore
File "atr/.venv/lib/python3.13/site-packages/asyncssh/stream.py", line
488, in connection_lost
self.eof_received()
File "atr/.venv/lib/python3.13/site-packages/asyncssh/process.py", line
1073, in eof_received
writer.write_eof()
File "atr/.venv/lib/python3.13/site-packages/asyncssh/process.py", line
635, in write_eof
self.close()
File "atr/.venv/lib/python3.13/site-packages/asyncssh/process.py", line
643, in close
self._process.add_cleanup_task(self._queue.join())
end = _w(s, end).end()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
```
Which appears to be connected with our use of `asyncssh`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]