diff options
Diffstat (limited to 'InternalDocs/frames.md')
-rw-r--r-- | InternalDocs/frames.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InternalDocs/frames.md b/InternalDocs/frames.md index 06dc8f0..2598873 100644 --- a/InternalDocs/frames.md +++ b/InternalDocs/frames.md @@ -27,6 +27,7 @@ objects, so are not allocated in the per-thread stack. See `PyGenObject` in ## Layout Each activation record is laid out as: + * Specials * Locals * Stack |