`CScript` is a subclass of bytes. This removes the overloaded implementation of `CScript.__add__` and ensures that it raises an error instead of calling `bytes.__add__`.
This is a backport of Core [[https://github.com/bitcoin/bitcoin/pull/18732 | PR18732]]