diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-10 10:48:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 10:48:07 (GMT) |
commit | 7fefed091ad2be083d353446c0631d2739cb0ead (patch) | |
tree | 5758f99f387724602977d84c63ded623e5de5b22 /Python/ceval.c | |
parent | 194272179dc2cbe67358fc0ebde73dea90bc5a1b (diff) | |
download | cpython-7fefed091ad2be083d353446c0631d2739cb0ead.zip cpython-7fefed091ad2be083d353446c0631d2739cb0ead.tar.gz cpython-7fefed091ad2be083d353446c0631d2739cb0ead.tar.bz2 |
[3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110614)
TypeError would be overwritten by OverflowError
if 'code' param contained non-ints.
(cherry picked from commit 344d3a222a7864f8157773749bdd77d1c9dfc1e6)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions