]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 29 Jan 2024 09:37:06 +0000 (12:37 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 09:37:06 +0000 (11:37 +0200)
commit1ac1b2f9536a581f1656f0ac9330a7382420cda1
treec7159ec8d88f48c39c34ca292260e97012af25e2
parent2124a3ddcc0e274521f74d239f0e94060e17dd7f
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
Python/import.c