From: Nybblista <170842536+nybblista@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:59:19 +0000 (+0300) Subject: gh-131170: fix duplicated sections in frames.md file (#131177) X-Git-Tag: v3.14.0a6~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9d210bfc248f33cc713a6026b6cbb87fdab3973;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/InternalDocs/frames.md b/InternalDocs/frames.md index 1a909009eea6..aa996dfdf7b4 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