cpython/Modules/_sre
Miss Islington (bot) 7fefed091a
[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 344d3a222a)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-10-10 10:48:07 +00:00
..
clinic gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (GH-93882) 2022-06-17 01:43:56 -07:00
sre.c [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110614) 2023-10-10 10:48:07 +00:00
sre.h [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (GH-109885) 2023-09-26 08:19:29 +00:00
sre_constants.h gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (GH-93882) 2022-06-17 01:43:56 -07:00
sre_lib.h [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (GH-109885) 2023-09-26 08:19:29 +00:00
sre_targets.h gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00