Files
RustPython/tests/snippets/builtin_thread.py
2019-10-04 21:03:00 +09:00

4 lines
72 B
Python

import _thread
assert _thread.TIMEOUT_MAX in [9223372036.0, 4294967.0]