mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merged revisions 66557 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66557 | benjamin.peterson | 2008-09-22 16:11:43 -0500 (Mon, 22 Sep 2008) | 1 line use the new threading properties for multiprocessing (reviewed by Jesse #3927) ........
This commit is contained in:
parent
4561257c34
commit
07317b12f3
1 changed files with 0 additions and 6 deletions
|
@ -54,12 +54,6 @@ class DummyProcess(threading.Thread):
|
|||
else:
|
||||
return None
|
||||
|
||||
is_alive = threading.Thread.is_alive
|
||||
get_name = threading.Thread.getName
|
||||
set_name = threading.Thread.setName
|
||||
is_daemon = threading.Thread.isDaemon
|
||||
set_daemon = threading.Thread.setDaemon
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue