Expection TypeError occuring in just one of my clones

Steve Borho steve at borho.org
Thu Oct 22 15:42:29 CDT 2009


On Thu, Oct 22, 2009 at 3:06 PM, Marko Käning <mk-lists at email.de> wrote:
> Hi developers,
>
> I suddenly had this strange warning message when I wanted to push my changes to the central repo:
>
> Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method Popen.__del__ of <subprocess.Popen object at 0x7fee069b8050>> ignored

I get this all the time when hg exits, if it had shelled out an ssh
command.  I suspect it is simply a Python bug.  Have you updated your
Python version recently?

--
Steve Borho



More information about the Mercurial mailing list