summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-03-19 17:56:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-03-19 17:56:01 (GMT)
commit7889944b83cf04cefb45cd658644298218eac5db (patch)
treefc1f6d1ff2f4ddc45d5726b3d3212b33a46510c0 /Tools
parente185341bfa177932b00a03a1d8b1d0e0e7795919 (diff)
parentfcb6d6a3b3bfba67927ced18dd648ba889e14f4c (diff)
downloadcpython-7889944b83cf04cefb45cd658644298218eac5db.zip
cpython-7889944b83cf04cefb45cd658644298218eac5db.tar.gz
cpython-7889944b83cf04cefb45cd658644298218eac5db.tar.bz2
Merge: #17443: Fix buffering in IMAP4_stream.
In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
Diffstat (limited to 'Tools')
0 files changed, 0 insertions, 0 deletions