diff --git a/InternalDocs/frames.md b/InternalDocs/frames.md index 1a909009eea610..aa996dfdf7b4a7 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