]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:18:50 +0000 (23:18 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 22:18:50 +0000 (22:18 +0000)
commitb5c19bdba8f58cba80a1101ce8aad90be3486571
tree28b4bf9f2ff59980d4af90e87d68eec933d67a24
parentce5bb3ca850392227ed9d5790c60789eb30daf5f
[3.12] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126311)

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