This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Decorater, brett.cannon, ethan.furman, serhiy.storchaka, xiang.zhang, ztane
Date 2016-07-14.11:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468496542.14.0.679232873458.issue27512@psf.upfronthosting.co.za>
In-reply-to
Content
I think should be tests for following cases:

1) __fspath__ doesn't exist;
2) __fspath__ is not callable or calling __fspath__() raises an exception;
3) the result of __fspath__() is not valid (wrong type).
History
Date User Action Args
2016-07-14 11:42:22serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ethan.furman, ztane, xiang.zhang, Decorater
2016-07-14 11:42:22serhiy.storchakasetmessageid: <1468496542.14.0.679232873458.issue27512@psf.upfronthosting.co.za>
2016-07-14 11:42:22serhiy.storchakalinkissue27512 messages
2016-07-14 11:42:22serhiy.storchakacreate