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 vstinner
Recipients petr.viktorin, shihai1991, vstinner
Date 2019-09-25.11:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569411324.04.0.882903417796.issue38273@roundup.psfhosted.org>
In-reply-to
Content
Hi, can you please try to rebuild from scratch? For example, if you cloned the Git repository, revert all changes and remove all untracked files using:

  git checkout master .
  git clean -fdx

Otherwise, try:

  make distclean

Then try a new build.
History
Date User Action Args
2019-09-25 11:35:24vstinnersetrecipients: + vstinner, petr.viktorin, shihai1991
2019-09-25 11:35:24vstinnersetmessageid: <1569411324.04.0.882903417796.issue38273@roundup.psfhosted.org>
2019-09-25 11:35:24vstinnerlinkissue38273 messages
2019-09-25 11:35:23vstinnercreate