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 brett.cannon
Recipients bar.harel, brett.cannon
Date 2019-11-21.19:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574365515.58.0.814605826002.issue38878@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce in Python 3.8.0:

>>> import os
>>> class A(os.PathLike): pass
...
>>> class B:
...     def __fspath__(self): pass
...
>>> issubclass(B, A)
True

Did you check against an older version of Python?
History
Date User Action Args
2019-11-21 19:45:15brett.cannonsetrecipients: + brett.cannon, bar.harel
2019-11-21 19:45:15brett.cannonsetmessageid: <1574365515.58.0.814605826002.issue38878@roundup.psfhosted.org>
2019-11-21 19:45:15brett.cannonlinkissue38878 messages
2019-11-21 19:45:15brett.cannoncreate