From 99d78088cb0c2be8b85ed2143568730afb58dfb4 Mon Sep 17 00:00:00 2001 From: nybblista <170842536+nybblista@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:24:29 +0300 Subject: [PATCH] fix duplicated sections in frames.md file In the frames.md file at InternalDocs, change the first duplicated title to Specials, and remove unnecessary content under the Specials section. --- InternalDocs/frames.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InternalDocs/frames.md b/InternalDocs/frames.md index 1a909009eea610..aa996dfdf7b4a7 100644 --- a/InternalDocs/frames.md +++ b/InternalDocs/frames.md @@ -49,9 +49,8 @@ as the arguments on the stack are (usually) already in the correct location for the parameters. However, it requires the VM to maintain an extra pointer for the locals, which can hurt performance. -### Generators and Coroutines +### Specials -Generators and coroutines contain a `_PyInterpreterFrame` The specials section contains the following pointers: * Globals dict