[issue16649] Add a PyCF_PRINT_EXPRESSION_RESULTS flag

2012-12-08 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue16649] Add a PyCF_PRINT_EXPRESSION_RESULTS flag

2012-12-08 Thread Nick Coghlan
New submission from Nick Coghlan: code.InteractiveConsole.push attempts to support multi-line input when using an input method that doesn't reliably split on newlines. This support fails as soon as the multi-line input contains multiple statements (including when the last statement is incomple