]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backp...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Nov 2024 22:24:06 +0000 (23:24 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 22:24:06 +0000 (22:24 +0000)
commit1b9710c57188bad9152c0973d7c1ea766ae03247
tree3cc1117a22d3bcfca92acb0756d1df25d5732984
parent5c040550820359377e09626926e6c49f890633cb
[3.13] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126310)

gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271)
(cherry picked from commit 28b148fb32e4548b461137d18d1ab6d366395d36)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_cprofile.py
Misc/NEWS.d/next/Library/2024-10-31-14-06-28.gh-issue-126220.uJAJCU.rst [new file with mode: 0644]
Modules/_lsprof.c