Skip to content

Commit 4e14ac4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/pstats.pyi

Lines changed: 0 additions & 1 deletion
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)