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 Arfrever, Trundle, dmalcolm, lemburg, pitrou, scott.dial, vstinner
Date 2011-03-29.23:00:50
SpamBayes Score 0.0068578627
Marked as misclassified No
Message-id <1301439651.15.0.443732453756.issue11393@psf.upfronthosting.co.za>
In-reply-to
Content
Remainder for me: the patch contains some whitespace changes in Makefile.pre.in and Setup.dist.

dump_traceback(), enable(), dump_tracebacks_later(), register() flush the input file. It is not said in the doc. Should it be documented? For enable(), dump_tracebacks_later(), register(), it may be useless because the traceback is dumped later, and there may be new buffered data in the file. But I don't think that it hurts to flush the file.
History
Date User Action Args
2011-03-29 23:00:51vstinnersetrecipients: + vstinner, lemburg, scott.dial, pitrou, Arfrever, Trundle, dmalcolm
2011-03-29 23:00:51vstinnersetmessageid: <1301439651.15.0.443732453756.issue11393@psf.upfronthosting.co.za>
2011-03-29 23:00:50vstinnerlinkissue11393 messages
2011-03-29 23:00:50vstinnercreate