]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141930: Use the regular IO stack to write .pyc files for a better error...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Dec 2025 16:43:50 +0000 (17:43 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Dec 2025 16:43:50 +0000 (18:43 +0200)
commitafce34fbf01de84b053a9fef4a97d2c05f039986
treef5289599f186aa1da8ae3dcbae8d022ca8f648b6
parent521fb3656141a76a920257717fd7bb4d1495e04c
[3.14] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142021)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-24-21-09-30.gh-issue-141930.hIIzSd.rst [new file with mode: 0644]