]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Jan 2023 13:19:10 +0000 (05:19 -0800)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 13:19:10 +0000 (05:19 -0800)
commit5717ab3ac50aa91d19c1f44f970e7db92619f2c0
tree90f7bdb3205cc664734a84a23058a0a2f8be0292
parentcaa6bcfb8c85e79df1ed55e2de971ec15a2e3886
[3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) (#99456)

gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
(cherry picked from commit 367f552129341796d75fc4cc40edb49405235a2b)

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Co-authored-by: Christoph Anton Mitterer <calestyo@scientia.org>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2022-08-23-03-13-18.gh-issue-96192.TJywOF.rst [new file with mode: 0644]