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 nanjekyejoannah, pablogsal, vstinner, zach.ware
Date 2019-12-14.11:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576321636.64.0.321097614799.issue39044@roundup.psfhosted.org>
In-reply-to
Content
> Confirmed....forgeting to run makedistclean was the problem.

Yeah, it happens often to me.

If "make distclean" is not enough, I move untracked files outside the Python repository and run "git clean "-fdx" which removes *all* untracked files. Use "git clean -ndx" to see which files will be removed, to double check. Otherwise, you may loose sensitive files which are not tracked by Git.
History
Date User Action Args
2019-12-14 11:07:16vstinnersetrecipients: + vstinner, zach.ware, pablogsal, nanjekyejoannah
2019-12-14 11:07:16vstinnersetmessageid: <1576321636.64.0.321097614799.issue39044@roundup.psfhosted.org>
2019-12-14 11:07:16vstinnerlinkissue39044 messages
2019-12-14 11:07:16vstinnercreate