Glenn Linderman wrote: > I'm getting an error similar to that in > http://bugs.python.org/issue3628 > when I try to run python2.6 and cherrypy 3.1.1. > > I'm too new to see any connection between the symptom and the cure > described in the above issue... I'd guess that somehow threads imply an > extra parameter? > > It also seems that the SetDaemon call simply does what the replacement > code does, so I don't understand how the fix fixes anything, much less > how it fixes a parameter count in a seemingly unrelated function. > > In any case, the issue is against 3.0, where it claims to be fixed. I > don't know enough about the tracker to find if it was fixed in 2.6 > concurrently, but the symptom appears there. > > I tried hacking all the references I could find to XXX.SetDaemon(True) > to XXX.daemon = True but it didn't seem to help.
Fixed in http://www.cherrypy.org/changeset/2096. Robert Brewer fuman...@aminus.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com