bpo-41987: Fix unnecessary evaluation of return type forward declaratons in singledispatch.#23216
bpo-41987: Fix unnecessary evaluation of return type forward declaratons in singledispatch.#23216mental32 wants to merge 2 commits into
Conversation
…ions in singledispatch.
gvanrossum
left a comment
There was a problem hiding this comment.
I’m also still very interested in the root cause.
Sorry, something went wrong.
|
@gvanrossum thank you for the review! I've applied and committed the suggested changes, and will be investigating the regression further when I can. At the moment I am only comparing diffs of tag |
Sorry, something went wrong.
|
I think the reason is that |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Sorry, something went wrong.
I know that interest was expressed in the bpo thread about finding the root cause of this issue sadly I have not been able to figure that out yet, instead I offer a patch 😅
https://bugs.python.org/issue41987