STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to