errors.fyi community error code reference
BytesWarning
python

BytesWarning

Raised when bytes or bytearray are compared with str, or when bytes are used where str was expected. Enabled with -bb.

References

โ† all namespaces for BytesWarning