mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-26 17:49:54 +08:00
I noticed that the pytype parse test was getting quite slow again. This is a somewhat hacky change that caches pytype's internal pyi loader to avoid parsing files multiple times. On my machine, the test goes from taking ~6m to complete to ~30s.