mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
c3f55be7dd
When attempting to base64-decode a payload of invalid length (1 mod 4), properly recognize and handle it. The given data will be returned as-is, i.e. not decoded, along with a new defect, InvalidBase64LengthDefect.