On Tue, Jan 23, 2018 at 11:29:49AM +0100, Antoine Pitrou wrote: > > This just worked in mercurial, but doing the above results in a > > compile error: > > > > threadmodule.c:1355: multiple definition of `PyInit__thread' > > Did you try "make distclean"?
Thanks, that works! I assumed that I mishandled git and completely overlooked the easier solution. :-) Stefan Krah _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/