Skip to content

change using circular imports between ctypes/__init__.pyi and _ctypes.pyi in typeshed crashes pytype testing on CI #1281

Closed
@junkmd

Description

@junkmd

In typeshed repository, I am trying to write type stubs as close as possible to the implementation, so I migrated some stuffs from stdlib/ctypes/__init__.pyi to stdlib/_ctypes.pyi.
And I used circular imports for annotations.

But pytype testing on CI was failed.

See python/typeshed#8643.

Are there any plans for fixes?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions