◐ Shell
clean mode source ↗

[3.10] Fix: typo (Indention) (GH-99904) by miss-islington · Pull Request #100195 · python/cpython

Example needed to be indented. Was trying to call a context manger `pr` (from ` with cProfile.Profile() as pr:`) wot perform ` pr.print_stats()` once it had already exited.
(cherry picked from commit 8711b59)

Co-authored-by: jarrodcolburn <jcourtlandcolburn@gmail.com>
Automerge-Triggered-By: GH:AlexWaygood

@bedevere-bot mentioned this pull request

Dec 12, 2022

AlexWaygood