Author: benjamin.peterson Date: Mon Sep 22 23:11:43 2008 New Revision: 66557 Log: use the new threading properties for multiprocessing (reviewed by Jesse #3927) Modified: python/trunk/Lib/multiprocessing/dummy/__init__.py Modified: python/trunk/Lib/multiprocessing/dummy/__init__.py ============================================================================== --- python/trunk/Lib/multiprocessing/dummy/__init__.py (original) +++ python/trunk/Lib/multiprocessing/dummy/__init__.py Mon Sep 22 23:11:43 2008 @@ -54,12 +54,6 @@ 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 - # # #
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4