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?
In
typeshedrepository, I am trying to write type stubs as close as possible to the implementation, so I migrated some stuffs fromstdlib/ctypes/__init__.pyitostdlib/_ctypes.pyi.And I used circular imports for annotations.
But
pytypetesting on CI was failed.See python/typeshed#8643.
Are there any plans for fixes?