[python-committers] Official way to check out a tag? (original) (raw)
Stefan Krah stefan at bytereef.org
Tue Jan 23 05:28:44 EST 2018
- Previous message (by thread): [python-committers] [Python-Dev] Slipping Python 3.5.5rc1 and 3.4.8rc1 because of a Travis CI issue--can someone make Travis CI happy?
- Next message (by thread): [python-committers] Official way to check out a tag?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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'
Stefan Krah
- Previous message (by thread): [python-committers] [Python-Dev] Slipping Python 3.5.5rc1 and 3.4.8rc1 because of a Travis CI issue--can someone make Travis CI happy?
- Next message (by thread): [python-committers] Official way to check out a tag?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]