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 vstinner
Recipients Mariano Anaya, Nika, eryksun, serhiy.storchaka, vstinner
Date 2019-10-11.20:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Maybe os.fspath() can be used:

>>> os.fspath(True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: expected str, bytes or os.PathLike object, not bool
History
Date User Action Args
2019-10-11 20:58:46vstinnersetrecipients: + vstinner, serhiy.storchaka, eryksun, Mariano Anaya, Nika
2019-10-11 20:58:46vstinnersetmessageid: <[email protected]>
2019-10-11 20:58:46vstinnerlinkissue38445 messages
2019-10-11 20:58:46vstinnercreate