[issue34647] print sys.thread_info in regrtest header

2018-09-12 Thread STINNER Victor
STINNER Victor added the comment: > 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

[issue34647] print sys.thread_info in regrtest header

2018-09-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Actually, this is already in "make pythoninfo", which is enough, I think. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34647] print sys.thread_info in regrtest header

2018-09-12 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8652 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34647] print sys.thread_info in regrtest header

2018-09-12 Thread Benjamin Peterson
New submission from Benjamin Peterson : It might be useful to see the thread implementation info in the header. -- components: Tests messages: 325170 nosy: benjamin.peterson priority: normal severity: normal status: open title: print sys.thread_info in regrtest header versions: Python 3