micropython/tests/thread
yangfl 138a28dc07 tests/thread/thread_stacksize1.py: Increase stack size for CPython.
On arm64 with CPython:

  >>> _thread.stack_size(32*1024)
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  ValueError: size not valid: 32768 bytes

So increase the CPython value in the test to 512k so it runs on more
systems (on modern Linux the default stack size is usually 8MB).
2020-05-05 00:43:24 +10:00
..
mutate_bytearray.py
mutate_dict.py
mutate_instance.py
mutate_list.py
mutate_set.py
stress_aes.py
stress_create.py
stress_heap.py
stress_recurse.py
stress_schedule.py
stress_schedule.py.exp
thread_exc1.py
thread_exc2.py
thread_exc2.py.exp
thread_exit1.py
thread_exit2.py
thread_gc1.py
thread_ident1.py
thread_lock1.py
thread_lock2.py
thread_lock3.py
thread_lock4.py
thread_qstr1.py
thread_shared1.py
thread_shared2.py
thread_sleep1.py
thread_stacksize1.py tests/thread/thread_stacksize1.py: Increase stack size for CPython. 2020-05-05 00:43:24 +10:00
thread_start1.py
thread_start2.py