]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFil...
authorAZero13 <gfunni234@gmail.com>
Thu, 11 Dec 2025 21:18:52 +0000 (16:18 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 21:18:52 +0000 (21:18 +0000)
commit9fe6e3ed365f40d89a47c2a255e11f0363e9aa78
treecbc10077b2d8382c898bb26bca75bf709ab06132
parent6a0135a392992a38dc5199045748bc10a4e451e8
gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (#142460)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Misc/NEWS.d/next/C_API/2025-12-11-09-06-36.gh-issue-142571.Csdxnn.rst [new file with mode: 0644]
Python/sysmodule.c