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 ebd4881 commit 19306a4Copy full SHA for 19306a4
InternalDocs/generators.md
@@ -28,7 +28,7 @@ interpreter state.
28
29
The `frame` of a generator is embedded in the generator object struct as a
30
[`_PyInterpreterFrame`](frames.md) (see `_PyGenObject_HEAD` in
31
-[`pycore_genobject.h`](../Include/internal/pycore_genobject.h)).
+[`pycore_interpframe_structs.h`](../Include/internal/pycore_interpframe_structs.h)).
32
This means that we can get the frame from the generator or the generator
33
from the frame (see `_PyGen_GetGeneratorFromFrame` in the same file).
34
Other fields of the generator struct include metadata (such as the name of
0 commit comments