rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 256 forks source link

don't import IPython at global namespace #139

Open forbxy opened 5 years ago

forbxy commented 5 years ago

IPython use multi thread,it will let program run slower。 if we disable use thread,program go crash