https://github.com/python/cpython
Revision db03c8066a6b12fa23618f9add0eb795936726b4 authored by Victor Stinner on 18 October 2022, 15:52:31 UTC, committed by GitHub on 18 October 2022, 15:52:31 UTC
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.
1 parent 9da5215
History
Tip revision: db03c8066a6b12fa23618f9add0eb795936726b4 authored by Victor Stinner on 18 October 2022, 15:52:31 UTC
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Tip revision: db03c80
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 3.0 KB
.gitignore -rw-r--r-- 2.6 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 98.5 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 772.0 KB
configure.ac -rw-r--r-- 225.5 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 49.7 KB

README.rst

back to top