Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information