2017-01-24 15:00 GMT+01:00 INADA Naoki <songofaca...@gmail.com>:
> And here are top 3 tracebacks from tracemalloc:
>
> 15109615 (/180598)
>   File "<frozen importlib._bootstrap_external>", line 488
>   File "<frozen importlib._bootstrap_external>", line 780
>   File "<frozen importlib._bootstrap_external>", line 675
>   File "<frozen importlib._bootstrap>", line 655

FYI at Python startup, usually the largest memory block comes from the
dictionary used to intern all strings ("interned" in unicodeobject.c).
The traceback is never revelant for this specific object.

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to