[mypyc] Fix regression with nested functions#16484
[mypyc] Fix regression with nested functions#16484ilevkivskyi merged 2 commits intopython:masterfrom
Conversation
|
I can confirm that this fixes my original issue, thank you! |
|
Some more info for reviewers (@JukkaL @msullivan @ichard26): currently |
ichard26
left a comment
There was a problem hiding this comment.
I can't merge, but LGTM. I appreciate the explanation, it was helpful to understand the patch!
Fixes #16480 Fix is straightforward, but also suspicious, since I am not sure how it ever worked without this.
Fixes #16480
Fix is straightforward, but also suspicious, since I am not sure how it ever worked without this.