diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2022-11-08 20:00:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 20:00:19 (GMT) |
commit | 0b4ffb08ccdc21fc07ce90d3f78b58a25e1af653 (patch) | |
tree | a8a7341c62dfd4a6c800f4ea411e762aa5604882 /Python/marshal.c | |
parent | 52f91c642b72003c57fc1fb855beab6dfab155b7 (diff) | |
download | cpython-0b4ffb08ccdc21fc07ce90d3f78b58a25e1af653.zip cpython-0b4ffb08ccdc21fc07ce90d3f78b58a25e1af653.tar.gz cpython-0b4ffb08ccdc21fc07ce90d3f78b58a25e1af653.tar.bz2 |
gh-99248: [Enum] fix negative number infinite loop (GH-99256)
[Enum] fix negative number infinite loop
- _iter_bits_lsb() now raises a ValueError if a negative number
is passed in
- verify() now skips checking negative numbers for named flags
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions