mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
This commit is contained in:
parent
3b4b45bfe5
commit
2067bfdf25
56 changed files with 161 additions and 169 deletions
|
|
@ -268,7 +268,7 @@
|
|||
# if there are are no threads waiting to write. (This is a
|
||||
# weakness of the interface!)
|
||||
|
||||
import thread
|
||||
import _thread as thread
|
||||
|
||||
class condition:
|
||||
def __init__(self, lock=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue