bpo-46355: What's New: Note that PyFrameObject are private#31032
Conversation
This adds a slightly more detailed explanation of the change. The most important point is that the changed/removed fields were "subject to change" to begin with.
vstinner
left a comment
There was a problem hiding this comment.
LGTM. You're right, it's good to remind that the structure is "private".
Sorry, something went wrong.
|
A few lines below, there is "Changes of the PyThreadState structure members". IMO this structure is also private. At least, @markshannon and me want to make it opaque :-) |
Sorry, something went wrong.
|
Feel free to send a similar PR. |
Sorry, something went wrong.
This adds a slightly more detailed explanation of the change.
The most important point is that the changed/removed fields
were "subject to change" to begin with.
https://bugs.python.org/issue46355
Automerge-Triggered-By: GH:encukou