From e9d210bfc248f33cc713a6026b6cbb87fdab3973 Mon Sep 17 00:00:00 2001 From: Nybblista <170842536+nybblista@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:59:19 +0300 Subject: gh-131170: fix duplicated sections in frames.md file (#131177) 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 1a90900..aa996df 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 -- cgit v0.12