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

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

/ cpython Public

[3.10] Fix: typo (Indention) (GH-99904) - #100195

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

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

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

Copy link
Copy Markdown
Contributor Author

Sorry, I can't merge this PR. Reason: 3 of 6 required status checks are expected..

AlexWaygood self-assigned this Dec 12, 2022

Copy link
Copy Markdown
Contributor Author

Sorry, I can't merge this PR. Reason: 3 of 6 required status checks are expected..

miss-islington merged commit 24ed439 into python:3.10 Dec 12, 2022
miss-islington deleted the backport-8711b59-3.10 branch December 12, 2022 12:40
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