[python-committers] Is it just me or is the tip broken at the moment?

Zachary Ware zachary.ware+pydev at gmail.com
Thu Jul 7 12:15:29 EDT 2016


On Thu, Jul 7, 2016 at 11:03 AM, Steven D'Aprano <steve at pearwood.info> wrote:
> I'm wondering if I've broken something at my end, or if everyone is
> seeing the same error.

Works fine for me.  Have you rebuilt since pulling?  If a simple
'make' doesn't do it for you, try an hg purge before redoing configure
and make.  If you don't have the purge extension enabled, you can
enable it for one command like so: `hg --config extensions.purge=
purge --all`.  Note that `hg purge --all` will remove all untracked
files, so be sure you don't have any stray files in the repo that you
want to keep.

-- 
Zach


More information about the python-committers mailing list