]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 1 Dec 2024 06:55:55 +0000 (07:55 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 06:55:55 +0000 (06:55 +0000)
commit2813a6167560a8d649465249f27ff1c134151387
treeb57216c1151bb0cd506256333f32fa5b0a7ae7b7
parent5017c81824724f1bd217ac02d5e89874cc4b162c
[3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199) (#127463)

gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199)
(cherry picked from commit 46bfd26fb294a8769ef6d0c056ee6c9df022a037)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_interpreters/test_api.py
Python/crossinterp.c