Files
RustPython/extra_tests/snippets/builtin_thread.py
2020-09-13 06:58:57 +09:00

4 lines
72 B
Python

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