Closed dataflake closed 9 months ago
The name _start_new_thread is no longer available from the threading module. It's source, _thread.start_new_thread, is available on all supported Python versions, so this PR switches the import to it.
_start_new_thread
threading
_thread.start_new_thread
The name
_start_new_thread
is no longer available from thethreading
module. It's source,_thread.start_new_thread
, is available on all supported Python versions, so this PR switches the import to it.