FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

[3.11] Fix: typo (Indention) (GH-99904) - #100196

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-8711b59-3.11
Dec 12, 2022
Merged

[3.11] Fix: typo (Indention) (GH-99904)#100196
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-8711b59-3.11

Conversation

miss-islington commented Dec 12, 2022
edited by AlexWaygood
Loading

Copy link
Copy Markdown
Contributor

Example needed to be indented. Was trying to call a context manger pr (from with cProfile.Profile() as pr:) won't 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

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
AlexWaygood self-assigned this Dec 12, 2022
miss-islington merged commit 60383a3 into python:3.11 Dec 12, 2022
miss-islington deleted the backport-8711b59-3.11 branch December 12, 2022 12:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL