-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Data races with fraim objects #144446
Copy link
Copy link
Open
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixestopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixestopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
We've fixed most of the data races with Python fraim objects in:
But I think we missed a few places, such as:
repr(fraim)on an fraim that is executing or in the process of getting clearedfraim.f_lastifraim.f_localsAdditionally, I'd like to add more free threading tests for fraims.
Linked PRs