]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `None...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sun, 25 Jun 2023 23:06:12 +0000 (00:06 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 23:06:12 +0000 (00:06 +0100)
commit93a970ffbce58657cc99305be69e460a11371730
tree599086f9f8f32527b67951ed6fbf3fe9a1e7457f
parent8c24a837371439b8e922ff47275085b581f510c5
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `None` (#106082)
Doc/reference/datamodel.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2023-06-23-22-52-24.gh-issue-106046.OdLiLJ.rst [new file with mode: 0644]
Modules/posixmodule.c