mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Otherwise, pytype expands `AnyStr` to `Union[str, bytes]`, leading to spurious type errors later on. * Mark the `dir` argument to mkdtemp as AnyStr.