]> 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:38 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 16:45:38 +0000 (09:45 -0700)
commit1813d318fd4e517042415fa4f59fe8668c17a235
tree0641b3dab4350db252cc85bfc5177e494a66e87a
parentfb4a6241054ad6b7f24d1b32af6827e02936d568
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