mirror of
https://github.com/python/cpython.git
synced 2026-06-04 10:38:27 -04:00
574291963f
Methods like `full_match()`, `glob()`, etc, are difficult to make work with byte paths, and it's not worth the effort. This patch makes `PurePathBase` raise `TypeError` when given non-`str` path segments.