STINNER Victor added the comment:

I changed my patch to emit a SyntaxWarning. If too many users complain of the 
warning, maybe we can remove it. IMHO it's useful to detect bugs.

----------
resolution:  -> fixed
status: open -> closed
title: compiler: ignore constants used as statements? (don't emit 
LOAD_CONST+POP_TOP) -> compiler: ignore constants used as statements (don't 
emit LOAD_CONST+POP_TOP)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26204>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to