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 0825a98 commit 3f44be0Copy full SHA for 3f44be0
Doc/glossary.rst
@@ -311,10 +311,7 @@ Glossary
311
concurrent modification
312
When multiple threads modify shared data at the same time without
313
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.
+ :term:`data races <data race>` and corrupted data.
318
319
context
320
This term has different meanings depending on where and how it is used.
0 commit comments