# Bug report We've fixed most of the data races with Python frame objects in: * https://github.com/python/cpython/issues/128421 But I think we missed a few places, such as: - [x] `repr(frame)` on an frame that is executing or in the process of getting cleared - [x] `frame.f_lasti` - [ ] Accessing variables through `frame.f_locals` Additionally, I'd like to add more free threading tests for frames. <!-- gh-linked-prs --> ### Linked PRs * gh-144479 * gh-144546 * gh-145183 <!-- /gh-linked-prs -->