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 Michael.Felt
Recipients Michael.Felt, vstinner
Date 2019-04-16.10:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555408962.46.0.443382169159.issue36624@roundup.psfhosted.org>
In-reply-to
Content
OK. I have been chewing my bone. I hope not too much indigestion.

Who has a pointer for the antacid?

Getting base branch for PR ... origin/master
Getting the list of files that have been added/changed ... 72 files
Fixing Python file whitespace ... Traceback (most recent call last):
  File "../git/python3-3.8/Tools/scripts/patchcheck.py", line 285, in <module>
    main()
  File "../git/python3-3.8/Tools/scripts/patchcheck.py", line 253, in main
    normalize_whitespace(python_files)
  File "../git/python3-3.8/Tools/scripts/patchcheck.py", line 35, in call_fxn
    result = fxn(*args, **kwargs)
  File "../git/python3-3.8/Tools/scripts/patchcheck.py", line 149, in normalize_whitespace
    fixed = [path for path in file_paths if path.endswith('.py') and
  File "../git/python3-3.8/Tools/scripts/patchcheck.py", line 150, in <listcomp>
    reindent.check(os.path.join(SRCDIR, path))]
  File "/data/prj/python/git/python3-3.8/Tools/scripts/reindent.py", line 138, in check
    if r.run():
  File "/data/prj/python/git/python3-3.8/Tools/scripts/reindent.py", line 203, in run
    for _token in tokens:
  File "/data/prj/python/git/python3-3.8/Lib/tokenize.py", line 521, in _tokenize
    raise TokenError("EOF in multi-line statement", (lnum, 0))
tokenize.TokenError: ('EOF in multi-line statement', (694, 0))
make: 1254-004 The error code from the last command is 1.

In other words - I have not changed the file 'complaining', but have changed many files. Likely, a new issue - however, I would like to move forward with this one.
History
Date User Action Args
2019-04-16 10:02:42Michael.Feltsetrecipients: + Michael.Felt, vstinner
2019-04-16 10:02:42Michael.Feltsetmessageid: <1555408962.46.0.443382169159.issue36624@roundup.psfhosted.org>
2019-04-16 10:02:42Michael.Feltlinkissue36624 messages
2019-04-16 10:02:42Michael.Feltcreate