ydb-platform / ydb-python-sdk

YDB Python SDK
https://ydb-platform.github.io/ydb-python-sdk/
Apache License 2.0
87 stars 50 forks source link

bug: 'builtin_function_or_method' object has no attribute 'call_soon' #506

Open peppa-pigfarm opened 1 month ago

peppa-pigfarm commented 1 month ago

Bug Report

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