We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7442af commit b2b936cCopy full SHA for b2b936c
1 file changed
memory_profiler.py
@@ -37,6 +37,7 @@
37
38
if PY3:
39
import builtins
40
+ def unicode(x): return str(x)
41
else:
42
import __builtin__ as builtins
43
0 commit comments