mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
See https://bugs.python.org/issue32689. This bug only affects `src`s which are directory Paths in Python 3.5 to 3.8 inclusive. Comes at the cost of restricting `src` to str even where a Path would work but this might be preferable to exposing the bug.