Skip to content

Commit 7b3d48f

Browse files
authored
Update Doc/howto/free-threading-python.rst
1 parent 5b48b12 commit 7b3d48f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Frame objects
115115
-------------
116116

117117
It is not safe to access :attr:`frame.f_locals` from a :ref:`frame <frame-objects>`
118-
object if that frame is currently executing in another thread.
118+
object if that frame is currently executing in another thread, and doing so may
119+
crash the interpreter.
119120

120121

121122
Iterators

0 commit comments

Comments
 (0)