https://github.com/python/cpython/commit/e9d210bfc248f33cc713a6026b6cbb87fdab3973
commit: e9d210bfc248f33cc713a6026b6cbb87fdab3973
branch: main
author: Nybblista <170842536+nybbli...@users.noreply.github.com>
committer: sobolevn <m...@sobolevn.me>
date: 2025-03-13T16:59:19+03:00
summary:

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.

files:
M InternalDocs/frames.md

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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to