Skip to content

remove async patching system #1390

@davidism

Description

@davidism

It's no longer needed since we only support Python 3.6+.

#765 observed that import asyncio takes a long time, so keep those imports at function scope to avoid longer startup time.

A future task is to figure out how to remove the use of asyncio so that other libraries such as Trio could be used instead.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions