Skip to content

feature: replace asyncio.iscoroutinefunction with inspect.iscoroutinefunction #5927

@Creeper19472

Description

@Creeper19472

Duplicate Check

Describe the requested feature

I hereby request asyncio.iscoroutinefunction to be replaced with inspect.iscoroutinefunction since the former one is marked as deprecated in Python 3.14 and will be removed in Python 3.16.

.venv\Lib\site-packages\flet\messaging\flet_socket_server.py:253: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead

Suggest a solution

No response

Screenshots

No response

Additional details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestSuggestion/Request for additional feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions