Skip to content

Commit 568d201

Browse files
committed
Delete comment about elementary operations
1 parent 3f44be0 commit 568d201

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,8 @@ Glossary
138138
An operation that completes as a single indivisible unit without
139139
interruption from other threads. Atomic operations are critical for
140140
: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`.
141+
partially completed state by other threads. See also
142+
:term:`race condition` and :term:`data race`.
146143

147144
attached thread state
148145

0 commit comments

Comments
 (0)