Commit ffb3cca3 authored by Benjamin Peterson's avatar Benjamin Peterson

use the new threading properties for multiprocessing (reviewed by Jesse #3927)

parent 41c56b5e
......@@ -54,12 +54,6 @@ class DummyProcess(threading.Thread):
else:
return None
is_alive = threading.Thread.is_alive.im_func
get_name = threading.Thread.getName.im_func
set_name = threading.Thread.setName.im_func
is_daemon = threading.Thread.isDaemon.im_func
set_daemon = threading.Thread.setDaemon.im_func
#
#
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment