Le 23/01/2018 à 11:28, Stefan Krah a écrit : > > Hello, > > what is the official way to checkout a tag for debugging? I did: > > git checkout v3.6.0 > > > 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"? Regards Antoine. _______________________________________________ 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/