Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] Fix type annotation of pstats.FunctionProfile.ncalls (GH-96741) #96835

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

miss-islington
Copy link
Contributor

  • fix: annotate pstats.FunctionProfile.ncalls as str

This change aligns the type annotation of pstats.FunctionProfile.ncalls with its runtime type.
(cherry picked from commit 8e9a37d)

Co-authored-by: Ruan Comelli [email protected]

* fix: annotate `pstats.FunctionProfile.ncalls` as `str`

This change aligns the type annotation of `pstats.FunctionProfile.ncalls` with its runtime type.
(cherry picked from commit 8e9a37d)

Co-authored-by: Ruan Comelli <[email protected]>
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅.

@ambv ambv merged commit a8d50ae into python:3.11 Oct 5, 2022
@miss-islington miss-islington deleted the backport-8e9a37d-3.11 branch October 5, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants