[python-committers] Official way to check out a tag?
Antoine Pitrou
antoine at python.org
Tue Jan 23 05:29:49 EST 2018
More information about the python-committers mailing list
Tue Jan 23 05:29:49 EST 2018
- Previous message (by thread): [python-committers] Official way to check out a tag?
- Next message (by thread): [python-committers] Official way to check out a tag?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [python-committers] Official way to check out a tag?
- Next message (by thread): [python-committers] Official way to check out a tag?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list