Issue 16680: Line buffering in socket._fileobject is broken (original ) (raw ) Issue16680
Created on 2012-12-14 09:10 by kristjan.jonsson , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
_fileobject.diff
kristjan.jonsson,2012-12-14 09:10
Messages (3)
msg177452 - (view)
Author: Kristján Valur Jónsson (kristjan.jonsson) *
Date: 2012-12-14 09:10
socket._fileobject supports line buffering for output with the bufsize=1 option. Unfortunately, it is broken and behaves like no buffering. This patch remedies the situation.
msg177454 - (view)
Author: Kristján Valur Jónsson (kristjan.jonsson) *
Date: 2012-12-14 09:18
http://www.urbandictionary.com/define.php?term=borken
msg177456 - (view)
Author: Charles-François Natali (neologix) *
Date: 2012-12-14 10:07
It's a duplicate, otherwise the patch LGTM.
History
Date
User
Action
Args
2022-04-11 14:57:39
admin
set
github: 60884
2012-12-14 10:07:33
neologix
set
status: open -> closedsuperseder: socket line buffering nosy: + neologix messages: + resolution: duplicatestage: resolved
2012-12-14 09🔞12
kristjan.jonsson
set
messages: +
2012-12-14 09:15:37
berker.peksag
set
title: Line buffering in socket._fileobject is borken -> Line buffering in socket._fileobject is broken
2012-12-14 09:10:28
kristjan.jonsson
create