]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (#143892)
authorPriyanshu Singh <priyanshu2282@gmail.com>
Fri, 13 Feb 2026 15:35:08 +0000 (21:05 +0530)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 15:35:08 +0000 (16:35 +0100)
commit82b92e3cd180723a354cdeb0f0f1d593f1b5eb0d
treee7db497b5cfb990555a7011aa65879fc0b5cc93d
parent945bf8ce1bf7ee3881752c2ecc129e35ab818477
gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (#143892)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2026-01-17-08-44-25.gh-issue-143637.qyPqDo.rst [new file with mode: 0644]
Modules/socketmodule.c