SIGN IN SIGN UP

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
C
Claudiu Popa committed
bb815499af855b1759c02535f8d7a9d0358e74e8
Parent: 8b78796
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 12/5/2019, 3:14:26 AM