summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-04-14 23:31:17 +0000
committerAdrian McCarthy <amccarth@google.com>2016-04-14 23:31:17 +0000
commitf6034c4f3d200c98dd77073e9e5ea467bb3dbc29 (patch)
tree2a56d447dbc3fa14c11d5fe68cec32be54b0dd8e /lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
parent1dd2752e7a0822ea8697cf9811b61235e27fee50 (diff)
downloadbcm5719-llvm-f6034c4f3d200c98dd77073e9e5ea467bb3dbc29.tar.gz
bcm5719-llvm-f6034c4f3d200c98dd77073e9e5ea467bb3dbc29.zip
Don't disable stdin buffering on Windows
Disabling buffering exposes a bug in the MS VS 2015 CRT implementation of fgets, where you sometimes have to hit Enter twice, depending on if the input had an odd or even number of characters. This was hidden until a few days ago by the Python initialization which was re-enabling buffering on the streams. A few days ago, Enrico make the Python initialization on-demand, which exposed this problem. llvm-svn: 266384
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud