◐ Shell
clean mode source ↗

[3.6] bpo-29554: Improve docs for pstat module and profile. (#88) by berkerpeksag · Pull Request #227 · python/cpython

Clarify that methods take a string which is interpreted as a regex,
not a regex object.

Also clarify what the old `-1`, `0`, `1` and `2` options were.
(cherry picked from commit 8fb1f6e)

Mariatta

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 25, 2019
…rivialization

gcc >= 4.7 trivializes not only climb_stack_and_transfer, but also climb_stack_and_eval_frame.

Thus the same global-write trick must be used both there and here.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
…aversableResourcesLoader and _compat.wrap_spec (seemingly duplicated). Fixes python#227.