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 3b2bed8 commit 80ae46bCopy full SHA for 80ae46b
Doc/glossary.rst
@@ -136,7 +136,8 @@ Glossary
136
137
A :term:`thread state` that is stored in the :term:`current thread state`.
138
If no thread state is attached, then the :term:`current thread state` is ``NULL``.
139
- Attempting to call Python's C API without an attached thread state will result in a fatal error.
+ Attempting to call Python's C API without an attached thread state will result
140
+ in a fatal error or an undefined behavior.
141
142
A thread state can be attached and detached explicitly by the user, or
143
implicitly by the interpreter in between calls. For example, an attached
0 commit comments