Skip to content

ircode: handle content outside of a module #58639

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged

ircode: handle content outside of a module #58639

merged 1 commit into from
Jun 5, 2025

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 4, 2025

Specifically, content in an __init__ block is handled by secret duplicate precompile logic, and any content generated by it was previously not eligible to be included into cache files.

Fix #58449

@vtjnash vtjnash added the backport 1.12 Change should be backported to release-1.12 label Jun 4, 2025
Specifically, content in an `__init__` block is handled by secret
duplicate precompile logic, and any content generated by it was
previously not eligible to be included into cache files.

Fix #58449
@vtjnash vtjnash merged commit 2e158a4 into master Jun 5, 2025
5 of 7 checks passed
@vtjnash vtjnash deleted the jn/58449 branch June 5, 2025 15:21
KristofferC pushed a commit that referenced this pull request Jun 6, 2025
Specifically, content in an `__init__` block is handled by secret
duplicate precompile logic, and any content generated by it was
previously not eligible to be included into cache files.

Fix #58449

(cherry picked from commit 2e158a4)
@KristofferC KristofferC mentioned this pull request Jun 6, 2025
60 tasks
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Jul 9, 2025
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.

Performance regression in ccall on master and 1.12-beta
2 participants