-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
False positive unreachable-code
when using typing.Any
as return in python 3.8
#9753
Conversation
51f67e2
to
6017597
Compare
This comment has been minimized.
This comment has been minimized.
Looks good, happy to approve once the functional tests are altered for 3.8 |
Refs #9751 Co-authored-by: John Snow <[email protected]>
6017597
to
549eb4d
Compare
Thank you for the review. I wanted to validate the approach before committing to refactoring the functional tests. (wondered if you wanted to fix python 3.8). Should be mergeable now, What do you think about releasing 3.2.5 directly with only this ? It's a regression and there's a lot of traffic on #9751 |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9753 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 174 174
Lines 18878 18878
=======================================
Hits 18094 18094
Misses 784 784
|
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 549eb4d |
Refs #9751 Co-authored-by: John Snow <[email protected]> (cherry picked from commit d281f2f)
Refs #9751 Co-authored-by: John Snow <[email protected]> (cherry picked from commit d281f2f) Co-authored-by: Pierre Sassoulas <[email protected]>
Type of Changes
Description
Closes #9751 regression introduced in #9714 by c41c35a