diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2019-12-05 04:14:26 +0100 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-04 19:14:26 -0800 |
| commit | bb815499af855b1759c02535f8d7a9d0358e74e8 (patch) | |
| tree | 1ee1d5c2c5377e0a8ed71a9153af4c76b6824d6d /Python/errors.c | |
| parent | 8b787964e0a647caa0558b7c29ae501470d727d9 (diff) | |
| download | cpython-git-bb815499af855b1759c02535f8d7a9d0358e74e8.tar.gz | |
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
parse_message_id() was improperly using a token defined inside an exception
handler, which was raising `UnboundLocalError` on parsing an invalid value.
https://bugs.python.org/issue38698
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions
