py
or pySource
is still running. After these commands
return, the threads will be blocked and only resume next time you invoke
some Python code. By setting this variable to True, the threads will continue
running after py
or pySource
have already returned.
By default, multi-threading is enabled. Valid values are True
,
False
(case-insensitive) or 1
, 0
.