mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 12:37:56 +08:00
955e9c7da4
The _types module can house any common type defintions used throughout the rest of typeshed to keep defintions in sync. First candidate is file descriptors where anything with `fileno()` method is accepted. There were several different implementations in various files that can be unified.