gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) by sobolevn · Pull Request #126271 · python/cpython
picnixz
changed the title
gh-126220: Fix crash on calls to
gh-126220: Fix crash on calls to _lsprof.Profiler methods with 0 args_lsprof.Profiler methods with 0 args (backportable)
I'm changing the title of the PR just so that we don't have two PRs that look exactly the same on the issue.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(BTW, PyErr_Format always returns NULL)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…h 0 args (backportable) (pythonGH-126271) (cherry picked from commit 28b148f) Co-authored-by: sobolevn <mail@sobolevn.me> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…h 0 args (backportable) (pythonGH-126271) (cherry picked from commit 28b148f) Co-authored-by: sobolevn <mail@sobolevn.me> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
I'm changing the title of the PR just so that we don't have two PRs that look exactly the same on the issue.
Next time, remember to edit such a change out of the squashed commit title ;)
Nit: ideally, the other PR would have received the title change (adapt to Argument Clinic ...), not this one.
sobolevn added a commit that referenced this pull request
sobolevn added a commit that referenced this pull request
picnixz pushed a commit to picnixz/cpython that referenced this pull request
…h 0 args (backportable) (python#126271) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request
…h 0 args (backportable) (python#126271) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>