]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (#140903)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 7 Nov 2025 09:54:02 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Nov 2025 09:54:02 +0000 (09:54 +0000)
commit9a199006733dae999f96c0f596c2035f4b9847b2
treed040a86214b0c84fca7da178bf3ba980c18a965f
parentc77441ef1d1f3182280bd14d11516d54f38fe90b
gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (#140903)

The limit includes a NULL terminator.
Lib/multiprocessing/util.py
Misc/NEWS.d/next/Library/2025-11-02-09-37-22.gh-issue-140734.f8gST9.rst [new file with mode: 0644]