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 nadeem.vawda, neologix, pitrou, vstinner
Date 2012-03-19.22:12:07
SpamBayes Score 0.044595893
Marked as misclassified No
Message-id <1332195128.2.0.352853523235.issue14154@psf.upfronthosting.co.za>
In-reply-to
Content
memory_watchdog.py should probably use sys.stdout.flush(), and you should replace print("...") by sys.stdout.write("...\n") to only call sys.stdout.write once (print calls write a second time just to write the newline).

+1 for the subprocess instead of the thread.
History
Date User Action Args
2012-03-19 22:12:08vstinnersetrecipients: + vstinner, pitrou, nadeem.vawda, neologix
2012-03-19 22:12:08vstinnersetmessageid: <1332195128.2.0.352853523235.issue14154@psf.upfronthosting.co.za>
2012-03-19 22:12:07vstinnerlinkissue14154 messages
2012-03-19 22:12:07vstinnercreate