You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@solarkennedy Sorry for the troubles. Can you let me know how to reproduce this and I'll try to come up with a fix. Any particular reason you need to pass unicode literals? It looks like this might be the cause but I'm not 100% sure.
@kevinschoon I believe I have found a regression and traced back to #32. Probably efbaa67
We used to be able to have python-style Unicode strings like:
But this now produces this stacktrace:
If I remove the
u
, this no longer happens.Do you know why this might be a problem?
cc @mrtyler @keshavdv
The text was updated successfully, but these errors were encountered: