| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit 53d066e 🤖 If you want to schedule another build, you need to add the :hammer: test-with-buildbots label again. |
Sorry, something went wrong.
|
The one failing buildbot (ARM64 Windows) has been failing on other PRs too. |
Sorry, something went wrong.
There was a problem hiding this comment.
One quibble about naming.
Looks good. Hopefully this is the last of the frame stack traversal issues.
Sorry, something went wrong.
| } | ||
|
|
||
| static inline _PyInterpreterFrame * | ||
| _PyFrame_GetComplete(_PyInterpreterFrame *frame) |
There was a problem hiding this comment.
This name gives no sense of traversing the stack until a complete frame is found.
Maybe _PyFrame_GetFirstComplete()?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Also, add two new internal APIs (_PyFrame_GetComplete and _PyThreadState_GetFrame) to make this common move a bit cleaner.