mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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.
This commit is contained in:
parent
10cbd1fe88
commit
e9d210bfc2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue