mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-12 22:42:23 +08:00
* Fix a few return types in stdlib/2/inspect.pyi. * Rename _FrameRecord to _FrameInfo * Correct some return types in itertools.pyi from Iterable to Iterator. * Change types.pyi syntax that pytype can't parse. * Remove types.pyi from the pytype blacklist.