Skip to content

Work with Python 11 #26

@simohauml

Description

@simohauml

Does it work with Python 11?

I noticed some code with latest python async syntax

`

    # @staticmethod
    # @asyncio.coroutine
    # def _async_run_callback(callback, msg):
    #     yield from callback(msg)

    @staticmethod
    async def _async_run_callback(callback, msg):
        await callback(msg)

`

But even that, init error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions