Issue 34647: print sys.thread_info in regrtest header (original) (raw)
Actually, this is already in "make pythoninfo", which is enough, I think.
Yeah, whenever possible, I try to avoid to "pollute" the regrtest header. In the past, we added more and more info, and at the end, the header became "giant" for no good reason. That's why I created pythoninfo which should now run on all CI (Travis CI, AppVeyor, buildbots, I don't know for VSTS).
I was going to suggest you to extend pythoninfo to log sys.thread_info, but you just wrote that it's already there. Good :-D