-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Update setprecision docstring and add NEWS entry for thread-safe behavior #58605
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
Conversation
Hello! I am a bot. Thank you for your pull request! I have assigned
|
I think you changed the wrong doc string. The |
@giordano, since you're reviewing this PR, I'll assign it to you, but let me know if you want me to find a different reviewer instead. |
Despite the changes this is still simply not correct. |
This pull request addresses documentation gaps related to the recent change in the setprecision function, which now uses ScopedValue to ensure thread safety.
These changes improve clarity for users regarding the function's behavior, especially in multi-threaded environments.
Closes #58456