-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-46543: add sys._getcaller #30950
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation looks sound. A couple of minor issues.
I don't like the name |
Thanks, I'll go back to |
@markshannon would you still like this to make it into 3.11? |
@JelleZijlstra I don't know about Mark, but personally I'd like to see it in 3.11. Would my review be enough? (I've held off reviewing since it's draft). |
Unfortunately there are a few problems with this, which stem from
This was my idea originally, sorry for not spotting these flaws earlier. |
Then should we just close this? |
https://bugs.python.org/issue46543