https://github.com/python/cpython/commit/7e189aed6450c0aebcdd6ff6aefe29e2f45b173a
commit: 7e189aed6450c0aebcdd6ff6aefe29e2f45b173a
branch: main
author: Donghee Na <[email protected]>
committer: corona10 <[email protected]>
date: 2024-06-18T15:37:34Z
summary:

gh-120496: Add a note about iterator thread-safe (gh-120685)

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 8685369117fd87..281dde30dc78ed 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -694,6 +694,9 @@ Glossary
 
          CPython does not consistently apply the requirement that an iterator
          define :meth:`~iterator.__iter__`.
+         And also please note that the free-threading CPython does not 
guarantee
+         the thread-safety of iterator operations.
+
 
    key function
       A key function or collation function is a callable that returns a value

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to