[New-bugs-announce] [issue28100] Refactor error messages in symtable.c

Ivan Levkivskyi report at bugs.python.org
Mon Sep 12 07:43:04 EDT 2016


New submission from Ivan Levkivskyi:

Patch with added comment and a minor refactoring to error messages in symtable.c

Now the error message is simply always overwritten by any more "severe" SyntaxError found in the same block.

----------
components: Interpreter Core
files: refactor-error-msg.diff
keywords: patch
messages: 276024
nosy: christian.heimes, levkivskyi
priority: normal
severity: normal
status: open
title: Refactor error messages in symtable.c
versions: Python 3.6
Added file: http://bugs.python.org/file44592/refactor-error-msg.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28100>
_______________________________________


More information about the New-bugs-announce mailing list