commit | c78ca1e044b7ca4c1764bb3670196e72351d4467 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Jun 24 12:03:43 2016 -0700 |
committer | Brett Cannon <brett@python.org> | Fri Jun 24 12:03:43 2016 -0700 |
tree | 3435d7babe85991192e645d12c9ec2b24b4de04f | |
parent | 19b2a53a82c8f4d179efdc39fb39f766191cac2b [diff] |
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return type of __fspath__(). As part of this change, also make sure that the pure Python implementation of os.fspath() is tested.