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
It looks like the type hints for loads() specify that it takes a str, but in reality I think it also supports bytes. Is this a mistake in the type hints, or is bytes not really supported?
It looks like the type hints for
loads()specify that it takes astr, but in reality I think it also supportsbytes. Is this a mistake in the type hints, or is bytes not really supported?