Skip to content

Commit e9d210b

Browse files
authored
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.
1 parent 10cbd1f commit e9d210b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

InternalDocs/frames.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ as the arguments on the stack are (usually) already in the correct
4949
location for the parameters. However, it requires the VM to maintain
5050
an extra pointer for the locals, which can hurt performance.
5151

52-
### Generators and Coroutines
52+
### Specials
5353

54-
Generators and coroutines contain a `_PyInterpreterFrame`
5554
The specials section contains the following pointers:
5655

5756
* Globals dict

0 commit comments

Comments
 (0)