Message 334648 - Python tracker

Message334648

Author josh.r
Recipients bquinlan, josh.r, jwilk, pitrou
Date 2019-02-01.05:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548998549.87.0.799320169715.issue35866@roundup.psfhosted.org>
In-reply-to
Content
I've only got 3.7.1 Ubuntu bash on Windows (also amd64) immediately available, but I'm not seeing a hang, nor is there any obvious memory leak that might eventually lead to problems (memory regularly drops back to under 10 MB shared, 24 KB private working set). I modified your code to add a sys.stdout.flush() after the write so it would actually echo the dots as they were written instead of waiting for a few thousand of them to build up in the buffer, but otherwise it's the same code.

Are you sure you're actually hanging, and it's not just the output getting buffered?
History
Date User Action Args
2019-02-01 05:22:31josh.rsetrecipients: + josh.r, bquinlan, pitrou, jwilk
2019-02-01 05:22:29josh.rsetmessageid: <1548998549.87.0.799320169715.issue35866@roundup.psfhosted.org>
2019-02-01 05:22:29josh.rlinkissue35866 messages
2019-02-01 05:22:29josh.rcreate