]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40447: accept all path-like objects in compileall.compile_file (#19883)
authorFilipe Laíns <lains@riseup.net>
Fri, 23 Dec 2022 20:19:16 +0000 (20:19 +0000)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 20:19:16 +0000 (14:19 -0600)
commit1ecfd1ebf1f53ef6ac82085b25ed09952b470d4e
tree6cfa474d68231d22dff829066c5295639b4e5569
parent745545b5bb847023f90505bf9caa983463413780
bpo-40447: accept all path-like objects in compileall.compile_file (#19883)

Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Filipe Laíns <lains@riseup.net>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS.d/next/Library/2020-05-03-12-55-55.bpo-40447.oKR0Lj.rst [new file with mode: 0644]