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 benjamin.peterson, vstinner
Date 2018-09-13.06:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536820379.93.0.956365154283.issue34647@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2018-09-13 06:32:59vstinnersetrecipients: + vstinner, benjamin.peterson
2018-09-13 06:32:59vstinnersetmessageid: <1536820379.93.0.956365154283.issue34647@psf.upfronthosting.co.za>
2018-09-13 06:32:59vstinnerlinkissue34647 messages
2018-09-13 06:32:59vstinnercreate