diff options
author | David Lechner <david@pybricks.com> | 2020-01-23 14:11:13 -0600 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-01-26 23:31:27 +1100 |
commit | d89ed3e62b152174c3eb5c96713e9b983b11f7ed (patch) | |
tree | ff1f05e7ea7ef5f25395fab9dd9249ab55dc3d9d /tests/basics/generator_throw_nested.py | |
parent | bc3499f0103abcae39ad048bb42a518a665b8497 (diff) | |
download | micropython-d89ed3e62b152174c3eb5c96713e9b983b11f7ed.tar.gz micropython-d89ed3e62b152174c3eb5c96713e9b983b11f7ed.zip |
unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR.
It is not safe to enable MICROPY_ASYNC_KBD_INTR and MICROPY_PY_THREAD_GIL
at the same time. This will trigger a compiler error to ensure that it
is not possible to make this mistake.
Diffstat (limited to 'tests/basics/generator_throw_nested.py')
0 files changed, 0 insertions, 0 deletions