summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-12-05 03:14:26 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-12-05 03:14:26 (GMT)
commitbb815499af855b1759c02535f8d7a9d0358e74e8 (patch)
tree1ee1d5c2c5377e0a8ed71a9153af4c76b6824d6d /Modules
parent8b787964e0a647caa0558b7c29ae501470d727d9 (diff)
downloadcpython-bb815499af855b1759c02535f8d7a9d0358e74e8.zip
cpython-bb815499af855b1759c02535f8d7a9d0358e74e8.tar.gz
cpython-bb815499af855b1759c02535f8d7a9d0358e74e8.tar.bz2
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 'Modules')
0 files changed, 0 insertions, 0 deletions