| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
Fix data race in `type_set_name` by assigning name under stop the world pause making it thread safe in free-threading. (cherry picked from commit e99bc7f) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
|
GH-137303 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
Fix data race in `type_set_name` by assigning name under stop the world pause making it thread safe in free-threading.
| Back | FazBrowse Home | New Git URL |
This fixes two data races: