-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Fixed #32208 -- fixed misinterpretation of "__proxy__" as TypeError. #13707
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
tweaked exception handling of add built in filter , to support (gettext _lazy). as previously it was taking it as a TypeError and used to return a string.
modified try and except web of add built in filter to support gettext_lazy() as previously it was only sending an empty string on passing gettext_lazy as an argument.
tweaked exception handling of add built in filter , to support (gettext _lazy). as previously it was taking it as a TypeError and used to return a string.
tweaked exception handling of add built in filter , to support (gettext _lazy). as previously it was taking it as a TypeError and used to return a string.
tweaked exception handling of add built in filter , to support (gettext _lazy). as previously it was taking it as a TypeError and used to return a string.
tweaked exception handling of add built in filter , to support (gettext _lazy). as previously it was taking it as a TypeError and used to return a string.
@Blackeyeforreal You don't need to open a new PR for each change. You can push commits to an opened PR. |
|
I had thought about another approach where we would add Then I also think we should explore this:
|
I'm not sure about this approach, casting to
This looks nice. |
well code seams to be handling the new test case (ie add08 and add 09) fine, although i think it would be nice if we add it, as a precaution. But i know it is gonna sound silly but how do i push changes in this pull request. |
Hi there, you can push new commits to the branch you used to open the pull request, in your case, ticket_99999.
Does that help? For reviews, you don't need to tag anyone. The most you need to do is keep an eye on the ticket flags and make sure if anyone sets "Needs ..." that you uncheck it when you're ready for a review. |
Superseded by #13794 |
tweaked exception handling of add built in filter , to support (gettext
_lazy). as previously it was taking it as a TypeError and used to
return a string.