Skip to content

PERF203 and PERF401 fixes#148

Merged
hugovk merged 2 commits intohugovk:perflintfrom
radarhere:perflint
Mar 28, 2026
Merged

PERF203 and PERF401 fixes#148
hugovk merged 2 commits intohugovk:perflintfrom
radarhere:perflint

Conversation

@radarhere
Copy link
Copy Markdown

Suggestions for python-pillow#9510

[cmd_copy(out, "{inc_dir}") for out in dep.get("headers", [])]
+ [cmd_copy(out, "{lib_dir}") for out in dep.get("libs", [])]
+ [cmd_copy(out, "{bin_dir}") for out in dep.get("bins", [])]
)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I had benchmarked this and some different options, and the original was quicker. But this is a one-off thing during Windows build, so it doesn't really matter.

@hugovk hugovk merged commit a9ef0e2 into hugovk:perflint Mar 28, 2026
70 of 73 checks passed
@radarhere radarhere deleted the perflint branch March 28, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants