Commit Graph
1 Commits
Author SHA1 Message Date
Ruan ComelliandAlex Waygood 04a88d5740 pstats.FunctionProfile.ncalls should be str (#8712)
Correctly annotate `pstats.FunctionProfile.ncalls` as `str` instead of `int`.

Since this change introduces a difference between typeshed and CPython, add a comment pointing that out and linking to this PR.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-09-10 21:11:45 +01:00