-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
html/template: data race with concurrent ExecuteTemplate calls [1.15 backport] #47041
Comments
Data race in what is documented to be a concurrent-safe context with no workaround. Approved. |
Thanks, @mknyszek. @ianlancetaylor as the original author of the fix, I think the next step is for you to mail a cherry-pick change. Ditto for #47042. |
I have twice had to revert CLs that fix this problem. The current CL has not yet been in any release, so it may just be pending another revert. I think it would be very premature to backport the CL to the 1.15 and 1.16 branches before the 1.17 release is out. |
@ianlancetaylor Sounds good, I'll un-approve then. |
Go 1.17 has been released, and so Go 1.15 is no longer supported per the release policy. Closing. |
@josharian requested issue #47040 to be considered for backport to the next 1.15 minor release.
The text was updated successfully, but these errors were encountered: