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
'saferepr' handles classes with broken __getattribute__ #7168
'saferepr' handles classes with broken __getattribute__ #7168
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.
neat! I made a video about this recently heheh
fwiw, backporting this to 4.6 will be tricky, since you may have raised old-style classes (covered in the video) where |
Oh no, the backport is to the @bluetech do you remember where we wrote that down? |
ah I figured as much, the label still says 4.6 though |
Ahh fair enough, I will update the descriptions! |
Backported: #7174 |
Fix #7145
Credit goes to @bluetech.👍