We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YDB Python SDK version:
3.18.3
Environment
Linux / 3.12.7 / arm64
Current behavior:
Exception ignored in: <function TableClient.__del__ at 0xffff835fb560> Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/ydb/aio/table.py", line 157, in __del__ asyncio.get_running_loop.call_soon(self._stop_pool_if_needed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'builtin_function_or_method' object has no attribute 'call_soon' Exception ignored in: <function TableClient.__del__ at 0xffff835fb560> Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/ydb/aio/table.py", line 157, in __del__ asyncio.get_running_loop.call_soon(self._stop_pool_if_needed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'builtin_function_or_method' object has no attribute 'call_soon' Exception ignored in: <function TableClient.__del__ at 0xffff835fb560> Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/ydb/aio/table.py", line 157, in __del__ asyncio.get_running_loop.call_soon(self._stop_pool_if_needed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'builtin_function_or_method' object has no attribute 'call_soon' Exception ignored in: <function TableClient.__del__ at 0xffff835fb560> Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/ydb/aio/table.py", line 157, in __del__ asyncio.get_running_loop.call_soon(self._stop_pool_if_needed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected behavior:
no errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
YDB Python SDK version:
3.18.3
Environment
Linux / 3.12.7 / arm64
Current behavior:
Expected behavior:
no errors
The text was updated successfully, but these errors were encountered: