]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2020 16:45:27 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 16:45:27 +0000 (09:45 -0700)
commit7329c8c7a263015c5dae04fc9fb7ec9d58508c76
tree78a7d75f1adece0b96ad80feeabc202c2777d8f5
parent6c56356109616ea1292aafa48d30536279ec0937
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)

(cherry picked from commit 6c6810d98979add7a89391c3c38990d0859f7a29)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c
Modules/main.c
Python/fileutils.c