```python >>> from pathlib import PurePath >>> PurePath().match('*') True ``` This should be false, because a `*` segment always consumes exactly one path component, but empty paths have 0 components. <!-- gh-linked-prs --> ### Linked PRs * gh-106331 * gh-106372 <!-- /gh-linked-prs -->