-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-94808: Cover PyEval_GetFuncDesc
function
#98300
gh-94808: Cover PyEval_GetFuncDesc
function
#98300
Conversation
Looks like it's part of the stable ABI, so for the moment we can't get rid of it. It was used in 2.7: Line 4499 in 8d21aa2
|
But, we can at least deprecate it :) |
It's intended to be used with |
Thanks @sobolevn for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, @sobolevn and @iritkatriel, I could not cleanly backport this to |
…honGH-98300) (cherry picked from commit b5f7111) Co-authored-by: Nikita Sobolev <[email protected]>
GH-99126 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit b5f7111) Co-authored-by: Nikita Sobolev <[email protected]>
This function is very stange. I don't understand:
" object"
and not"object"
Related #81826
CC @encukou
Can we deprecate it?