Message292877
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') |
|
Date |
User |
Action |
Args |
2017-05-03 10:07:33 | vstinner | set | recipients:
+ vstinner, brett.cannon, ncoghlan |
2017-05-03 10:07:33 | vstinner | set | messageid: <1493806053.63.0.303700411764.issue30232@psf.upfronthosting.co.za> |
2017-05-03 10:07:33 | vstinner | link | issue30232 messages |
2017-05-03 10:07:33 | vstinner | create | |
|