-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix #4386 - handle uninitialized exceptioninfo in repr/str #4444
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
Conversation
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.
Looks good, we just need a changelog entry. 😁
print(repr(excinfo)) | ||
import pprint | ||
|
||
pprint.pprint(excinfo) |
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.
please add a comment explaining the strategy here
c17d3ab
to
b71bd9b
Compare
Codecov Report
@@ Coverage Diff @@
## master #4444 +/- ##
=========================================
+ Coverage 95.9% 95.9% +<.01%
=========================================
Files 111 111
Lines 25027 25042 +15
Branches 2442 2442
=========================================
+ Hits 24001 24016 +15
Misses 724 724
Partials 302 302
Continue to review full report at Codecov.
|
done |
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.
fixnship
As requested during review
The title still says "WIP", anything missing? |
@nicoddemus thanks for picking it up 👍 |
this is a backport of the fixing strategy from #4438