summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2015-12-24 15:48:31 +0100
committerDamien George <damien.p.george@gmail.com>2015-12-26 22:14:16 +0000
commit1aa4599ddd7ad9ea28bf4dd7a9a5d813f93584be (patch)
tree13338d523130393f5521dc1b21cdec2983e9274c /esp8266
parentbbe8d51bd9ab0c848ee833000dcc93eb78bcbcad (diff)
downloadmicropython-1aa4599ddd7ad9ea28bf4dd7a9a5d813f93584be.tar.gz
micropython-1aa4599ddd7ad9ea28bf4dd7a9a5d813f93584be.zip
windows/msvc: Nicer handling of asserts and 'invalid' parameters
The default bahaviour for debug builds is to show dialog boxes for asserts and invalid parameter handling. This is not so nice in general and causes the Appveyor debug builds to hang because the io\file_seek.py test passes a closed file descriptor to lseek. Disable this behaviour by printing assert messages to the output instead of showing the dialog, and by disabling 'invalid' parameter handling which causes the affected functions to just return an error and set errno appropriately.
Diffstat (limited to 'esp8266')
0 files changed, 0 insertions, 0 deletions