]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPer...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Dec 2025 22:13:36 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 22:13:36 +0000 (22:13 +0000)
commitc3fbe286c0ec549b5f468c59ae0d479dc5e6f149
tree16080497e14b9405d0f2c0200f1be8a7a3668d82
parentb868f1414c5fec33664e49e60738498e1443f36c
[3.14] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142600)

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