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 pitrou
Recipients pitrou
Date 2014-12-04.13:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417701026.92.0.498236598098.issue22996@psf.upfronthosting.co.za>
In-reply-to
Content
Spun off from issue #17852, which sticks to interpreter shutdown issue. There is a more general issue when e.g. a BufferedWriter can be finalized (tp_finalize) before the TextIOWrapper wrapping it if they belong to a reference chain, losing unflushed data.

Reproducer attached.
History
Date User Action Args
2014-12-04 13:50:26pitrousetrecipients: + pitrou
2014-12-04 13:50:26pitrousetmessageid: <1417701026.92.0.498236598098.issue22996@psf.upfronthosting.co.za>
2014-12-04 13:50:25pitroulinkissue22996 messages
2014-12-04 13:50:25pitroucreate