-
-
Couldn't load subscription status.
- Fork 33.3k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
The following code should raise binascii.Error but does not:
import binascii
binascii.a2b_base64(b'=aa==')It appears (from looking at the source code) that this is also the case in 3.11, even in strict mode.
Your environment
- CPython versions tested on: 3.10
- Operating system and architecture: Fedora 36, Linux 5.15.52, x86_64
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error