Skip to content

Make Base.disable_library_threading_hooks ephemeral to the process #59232

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

topolarity
Copy link
Member

@topolarity topolarity commented Aug 7, 2025

This prevents accidentally registering hooks during the sysimage build that would persist to run-time (unlike what happens when registering hooks while building a pkgimage)

Required for JuliaLang/LinearAlgebra.jl#1407

@topolarity topolarity requested a review from gbaraldi August 7, 2025 23:07
@topolarity topolarity added the backport 1.12 Change should be backported to release-1.12 label Aug 7, 2025
@topolarity topolarity removed the backport 1.12 Change should be backported to release-1.12 label Aug 8, 2025
This prevents accidentally registering hooks during the sysimage build
that would persist to run-time, unlike what happens when building in a
pkgimage.
@topolarity topolarity force-pushed the ct/disable-library-threading-once-per-process branch from d2520e1 to 3a1d13a Compare August 8, 2025 11:29
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.

1 participant