]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114701)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jan 2024 10:03:14 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 10:03:14 +0000 (10:03 +0000)
commitee3ca96359a27e893e4f642b3d490a7d355f7da7
tree38d1e1497e5ce566fe9d011143c2b9129e6d14b0
parent9fd8aaab8314924c0af41d0a03c5140f42f52d9d
[3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114701)

(cherry picked from commit 1ac1b2f9536a581f1656f0ac9330a7382420cda1)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Python/import.c