]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114700)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jan 2024 10:09:51 +0000 (11:09 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 10:09:51 +0000 (10:09 +0000)
commit2a1d2c83256e6445793ec8b79363e4ac4494db78
treebf02afa3b089bb9aa006938a3cc56bb0edff602b
parent930f805e72587655cd4c2a7c0f28125bde234914
[3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114700)

(cherry picked from commit 1ac1b2f9536a581f1656f0ac9330a7382420cda1)

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