Skip to content

Commit 3f44be0

Browse files
committed
Remove references to builtins
1 parent 0825a98 commit 3f44be0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,7 @@ Glossary
311311
concurrent modification
312312
When multiple threads modify shared data at the same time without
313313
proper synchronization. Concurrent modification can lead to
314-
:term:`data races <data race>` and corrupted data. In the
315-
:term:`free-threaded <free threading>` build, built-in types like
316-
:class:`dict`, :class:`list`, and :class:`set` use internal locks
317-
to protect against concurrent modifications.
314+
:term:`data races <data race>` and corrupted data.
318315

319316
context
320317
This term has different meanings depending on where and how it is used.

0 commit comments

Comments
 (0)