#17143: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-02-15 21:22:22 +02:00
commit 10f89329ad
3 changed files with 49 additions and 0 deletions

View file

@ -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: