Commit 3679fe1
committed
test(base64): skip test_decode_with_extra_data_after_padding on Python 3.14+
Python 3.14 tightened base64.b64decode to raise binascii.Error on trailing
data after padding. Our native implementation keeps the lenient pre-3.14
behavior, so the stdlib equivalence assertion fails on 3.14. Skip the
test body on 3.14+ rather than diverge from CPython.1 parent 2b2c690 commit 3679fe1
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
0 commit comments