mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
fix comment
This commit is contained in:
parent
a9bd6d5ea7
commit
5e9cc5efed
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import os
|
||||||
import abc
|
import abc
|
||||||
import codecs
|
import codecs
|
||||||
import warnings
|
import warnings
|
||||||
# Import _thread instead of threading to reduce startup cost
|
# Import thread instead of threading to reduce startup cost
|
||||||
try:
|
try:
|
||||||
from thread import allocate_lock as Lock
|
from thread import allocate_lock as Lock
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue