[3.13] gh-138966: Add description for gi_suspended attribute (GH-139008) (GH-139019)

gh-138966: Add description for `gi_suspended` attribute (GH-139008)
(cherry picked from commit c025576a8f)

Co-authored-by: Donghoon Nam <54799053+codenamenam@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-09-17 10:42:13 +02:00 committed by GitHub
parent 35ba6d4035
commit b6d8ec39bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,6 +222,9 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
+-----------------+-------------------+---------------------------+
| | gi_running | is the generator running? |
+-----------------+-------------------+---------------------------+
| | gi_suspended | is the generator |
| | | suspended? |
+-----------------+-------------------+---------------------------+
| | gi_code | code |
+-----------------+-------------------+---------------------------+
| | gi_yieldfrom | object being iterated by |