]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131170: fix duplicated sections in frames.md file (#131177)
authorNybblista <170842536+nybblista@users.noreply.github.com>
Thu, 13 Mar 2025 13:59:19 +0000 (16:59 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 13:59:19 +0000 (16:59 +0300)
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

index 1a909009eea61063854bc571431b3d1a2e9ca342..aa996dfdf7b4a7b6f85d13ced4a9f4511534253b 100644 (file)
@@ -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