This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, ncoghlan, vstinner
Date 2017-05-03.10:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493806053.63.0.303700411764.issue30232@psf.upfronthosting.co.za>
In-reply-to
Content
I applied the enhanced (called bugfix by Brett ;-)) to 2.7, 3.5, 3.6 and master (3.7). I close the issue.

Example:

haypo@selma$ cat .git
gitdir: /home/haypo/prog/python/master/.git/worktrees/2.7

haypo@selma$ ./python 
Python 2.7.13+ (heads/test_ssl_27:dda4d78, May  3 2017, 03:25:45) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys._git
('CPython', 'heads/test_ssl_27', 'dda4d78')
History
Date User Action Args
2017-05-03 10:07:33vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan
2017-05-03 10:07:33vstinnersetmessageid: <1493806053.63.0.303700411764.issue30232@psf.upfronthosting.co.za>
2017-05-03 10:07:33vstinnerlinkissue30232 messages
2017-05-03 10:07:33vstinnercreate