Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
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:
importbinasciibinascii.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