-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[fix] Crash in 'nested-min-max' when using builtins.min
instead of min
directly.
#10629
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
[fix] Crash in 'nested-min-max' when using builtins.min
instead of min
directly.
#10629
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10629 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 176 176
Lines 19517 19519 +2
=======================================
+ Hits 18729 18731 +2
Misses 788 788
🚀 New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait you'll need to rename the calls as well
…f ``min`` directly. Closes pylint-dev#10626
Co-authored-by: Daniël van Noord <[email protected]>
113a6a7
to
dd5549d
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit dd5549d |
Type of Changes
Description
Closes #10626