Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[mypyc] Support overriding the group name used in output files#19272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 5 commits intomasterfrommypyc-predictable-output-fnam
Jun 11, 2025

Conversation

@JukkaL
Copy link
Collaborator

By default, when compiling more than one file, a shared library
is generated with a file name derived from the sha of compiled modules
(i.e. the group name). This is also used in the names of generated
.c and .h files. Add experimentalgroup_name argument tomypycify
that allows overriding this. This can be useful when integrating
mypyc to a build system, as this makes the names of output files
more predictable.

By default, when compiling more than one file, a shared libraryis generated with a file derived from the sha of compiled modules(i.e. the group name). This is also used in the names of generated.c and .h files. Add experimental `group_name` argument to `mypycify`that allows overriding this. This can be useful when integratingmypyc to a build system, as this makes the names of output filesmore predictable.
@JukkaLJukkaL merged commit75f7a25 intomasterJun 11, 2025
13 checks passed
@JukkaLJukkaL deleted the mypyc-predictable-output-fnam branchJune 11, 2025 10:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jhancejhancejhance approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@JukkaL@jhance

[8]ページ先頭

©2009-2025 Movatter.jp