File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ of three conceptual sections:
11
11
previous frame, etc.
12
12
13
13
The definition of the ` _PyInterpreterFrame ` struct is in
14
- [ Include/internal/pycore_frame .h] ( ../Include/internal/pycore_frame .h ) .
14
+ [ Include/internal/pycore_interpframe_structs .h] ( ../Include/internal/pycore_interpframe_structs .h ) .
15
15
16
16
# Allocation
17
17
@@ -21,8 +21,8 @@ of reference, most frames are allocated contiguously in a per-thread stack
21
21
(see ` _PyThreadState_PushFrame ` in [ Python/pystate.c] ( ../Python/pystate.c ) ).
22
22
23
23
Frames of generators and coroutines are embedded in the generator and coroutine
24
- objects, so are not allocated in the per-thread stack. See ` PyGenObject ` in
25
- [ Include/internal/pycore_genobject .h] ( ../Include/internal/pycore_genobject .h ) .
24
+ objects, so are not allocated in the per-thread stack. See ` _PyGenObject ` in
25
+ [ Include/internal/pycore_interpframe_structs .h] ( ../Include/internal/pycore_interpframe_structs .h ) .
26
26
27
27
## Layout
28
28
You can’t perform that action at this time.
0 commit comments