]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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>
Wed, 30 Nov 2022 23:31:49 +0000 (15:31 -0800)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 23:31:49 +0000 (15:31 -0800)
commit0076ca48e9cd116bb9d283d014fe69a72c9f1f6f
tree399d85f6a34fd00420c375e8e57bb11a9f165055
parentf4511d3ee97a48d4a13e523d0892d0b62d0c491d
gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)

(cherry picked from commit 367f552129341796d75fc4cc40edb49405235a2b)

Co-authored-by: Christoph Anton Mitterer <calestyo@scientia.org>
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
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]