Close #17839: support bytes-like objects in base64 module
This mostly affected the encodebytes and decodebytes function (which are used by base64_codec) Also added a test to ensure all bytes-bytes codecs can handle memoryview input and tests for handling of multidimensional and non-bytes format input in the modern base64 API.
N
Nick Coghlan committed
fdf239a855c82bc20df157815de947867aa2648e
Parent: 73c6ee0