Skip to content

gh-142927: Tachyon: Fix singular and plurals - #145329

Merged
pablogsal merged 1 commit into
python:mainfrom
hugovk:3.15-tachyon-plurals
Feb 28, 2026
Merged

gh-142927: Tachyon: Fix singular and plurals#145329
pablogsal merged 1 commit into
python:mainfrom
hugovk:3.15-tachyon-plurals

Conversation

@hugovk

@hugovkhugovk commented Feb 27, 2026

Copy link
Copy Markdown
Member

Some more like #142934, spotted some of these can be 1 in #145306 (comment).

Comment on lines +151 to +153
f"Flamegraph data: {num_functions} root function{s1}, "
f"{total_time} total sample{s2}, "
f"{string_count} unique string{s3}"

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was:

Flamegraph data: X root functions, total samples: Y, Z unique strings

I also changed the order of the middle one for consistency:

Flamegraph data: X root functions, Y total samples, Z unique strings

@pablogsal

Copy link
Copy Markdown
Member

Thanks @hugovk

@pablogsal
pablogsal merged commit 2e2109d into python:mainFeb 28, 2026
53 checks passed
@hugovk
hugovk deleted the 3.15-tachyon-plurals branch February 28, 2026 07:19
brijkapadia pushed a commit to brijkapadia/cpython that referenced this pull request Feb 28, 2026
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk@pablogsal