mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
#17143: fix a missing import in the trace module. Initial patch by Berker Peksag.
This commit is contained in:
parent
3a03d2eaef
commit
23e043fdcd
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