Open peppa-pigfarm opened 1 month ago
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
Bug Report
YDB Python SDK version:
3.18.3
Environment
Linux / 3.12.7 / arm64
Current behavior:
Expected behavior:
no errors