This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Anthony Sottile
Recipients Anthony Sottile, jaredgrubb, jhylton, meador.inge, rhettinger
Date 2019-04-07.14:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554647564.65.0.223867389993.issue2180@roundup.psfhosted.org>
In-reply-to
Content
Here's an example in the wild which still reproduces with python3.8a3:

https://github.com/SecureAuthCorp/impacket/blob/194b22ed2fc85c4f241375fb7ebe4e0d89626c8c/impacket/examples/remcomsvc.py#L1669

This was reported as a bug on flake8:

https://gitlab.com/pycqa/flake8/issues/532

Here's the reproduction with python3.8:

$ python3.8 --version --version
Python 3.8.0a3 (default, Mar 27 2019, 03:46:44) 
[GCC 7.3.0]
$ python3.8 impacket/examples/remcomsvc.py 
$ python3.8 -mtokenize impacket/examples/remcomsvc.py 
impacket/examples/remcomsvc.py:1670:0: error: EOF in multi-line statement
History
Date User Action Args
2019-04-07 14:32:44Anthony Sottilesetrecipients: + Anthony Sottile, jhylton, rhettinger, jaredgrubb, meador.inge
2019-04-07 14:32:44Anthony Sottilesetmessageid: <1554647564.65.0.223867389993.issue2180@roundup.psfhosted.org>
2019-04-07 14:32:44Anthony Sottilelinkissue2180 messages
2019-04-07 14:32:44Anthony Sottilecreate