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
Fix: Remove PString specialization in PyObjectStrAsJavaStringNode.
As PString subclasses can overwrite `__str__` (which is demonstrated for example in
`test_unicode.py#test_format_subclass`) we need to check `__str__` for PString instances, too,
and have to rely on the generic implementation for them.
0 commit comments