]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Jun 2020 05:46:05 +0000 (08:46 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 05:46:05 +0000 (08:46 +0300)
commit6c6810d98979add7a89391c3c38990d0859f7a29
tree3ce70553118d4e9276cd84f8dc4c2850257c24af
parentbf2e515fa43406d4bd9c4c53ecc9364034d8f9f6
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
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