Uh oh!
There was an error while loading. Please reload this page.
gh-94808: Cover PyEval_GetFuncDesc function - #98300
Conversation
JelleZijlstra
commented
Oct 16, 2022
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 |
sobolevn
commented
Oct 16, 2022
But, we can at least deprecate it :) |
It's intended to be used with |
miss-islington
commented
Nov 5, 2022
Thanks @sobolevn for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
miss-islington
commented
Nov 5, 2022
Sorry, @sobolevn and @iritkatriel, I could not cleanly backport this to |
…honGH-98300) (cherry picked from commit b5f7111) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
bedevere-bot
commented
Nov 5, 2022
GH-99126 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit b5f7111) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This function is very stange. I don't understand:
" object"and not"object"Related #81826
CC @encukou
Can we deprecate it?