We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44be0 commit 568d201Copy full SHA for 568d201
Doc/glossary.rst
@@ -138,11 +138,8 @@ Glossary
138
An operation that completes as a single indivisible unit without
139
interruption from other threads. Atomic operations are critical for
140
:term:`thread-safe` programming because they cannot be observed in a
141
- partially completed state by other threads. In the
142
- :term:`free-threaded <free threading>` build, elementary operations
143
- should generally be assumed to be atomic unless the documentation
144
- explicitly states otherwise. See also :term:`race condition` and
145
- :term:`data race`.
+ partially completed state by other threads. See also
+ :term:`race condition` and :term:`data race`.
146
147
attached thread state
148
0 commit comments