mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#17143: merge with 3.3.
This commit is contained in:
commit
10f89329ad
3 changed files with 49 additions and 0 deletions
|
@ -58,6 +58,7 @@ import inspect
|
|||
import gc
|
||||
import dis
|
||||
import pickle
|
||||
from warnings import warn as _warn
|
||||
try:
|
||||
from time import monotonic as _time
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue