Skip to content

Commit 8e718d4

Browse files
authored
pstats: delete outdated comment (#8738)
The annotation in CPython was fixed thanks to @ruancomelli in python/cpython#96741!
1 parent 3e71efb commit 8e718d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/pstats.pyi

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if sys.version_info >= (3, 9):
3030

3131
@dataclass(unsafe_hash=True)
3232
class FunctionProfile:
33-
# Note: the annotation in the CPython codebase is "int", but the annotation in CPython is wrong! See #8712
3433
ncalls: str
3534
tottime: float
3635
percall_tottime: float

0 commit comments

Comments
 (0)