BPO | [32665](https://bugs.python.org/issue32665) --- | :--- Nosy | @pitrou, @pablogsal, @qb-cea Files | [reproducer.py](https://bugs.python.org/file47409/reproducer.py "Uploaded as text/plain at 2018-01-25.12:27:24 by @qb-cea"): reproducer (tested with python3.4) *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-bug', 'library'] title = 'pathlib.Path._from_parsed_parts should call cls.__new__(cls)' updated_at = user = 'https://github.com/qb-cea' ``` bugs.python.org fields: ```python activity = actor = 'pablogsal' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'qb-cea' dependencies = [] files = ['47409'] hgrepos = [] issue_num = 32665 keywords = [] message_count = 5.0 messages = ['310671', '310758', '310888', '310889', '310890'] nosy_count = 3.0 nosy_names = ['pitrou', 'pablogsal', 'qb-cea'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32665' versions = ['Python 3.6'] ``` ### Linked PRs * gh-102789