| commit | db03c8066a6b12fa23618f9add0eb795936726b4 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Tue Oct 18 17:52:31 2022 +0200 |
| committer | GitHub <noreply@github.com> | Tue Oct 18 17:52:31 2022 +0200 |
| tree | 71d35cac37736188bbe8b046aab657b0892be1de | |
| parent | 9da5215000920870eeddd78af92da4c98099706c [diff] |
gh-98393: os module reject bytes-like, only accept bytes (#98394) The os module and the PyUnicode_FSDecoder() function no longer accept bytes-like paths, like bytearray and memoryview types: only the exact bytes type is accepted for bytes strings.