]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPer...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 11 Dec 2025 22:08:08 +0000 (22:08 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 22:08:08 +0000 (22:08 +0000)
commit9b244188678115451e853c78ed28b23be896cf69
tree7bf11597645e018e56934024cbe7d8f83fb6a20f
parent60980eeded1ea709598472c6e449901ab0041aaf
[3.13] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142602)

Co-authored-by: AZero13 <gfunni234@gmail.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