Commit a026e25
committed
test(base64): skip test_decode_with_extra_data_after_padding on recent Python
Python 3.13.x (patch-level) and 3.14 tightened stdlib base64.b64decode to
raise binascii.Error on trailing data after padding. Our native lenient
implementation keeps the pre-3.13 behavior, so the stdlib equivalence
assertion fails on those versions. Skip the test body on 3.13+ rather
than diverge from CPython.1 parent 8151474 commit a026e25
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | 152 | | |
| |||
0 commit comments