# 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 -->
Bug report
We've fixed most of the data races with Python frame objects in:
But I think we missed a few places, such as:
repr(frame)on an frame that is executing or in the process of getting clearedframe.f_lastiframe.f_localsAdditionally, I'd like to add more free threading tests for frames.
Linked PRs