[issue31415] Add -X option to show import time

Serhiy Storchaka report at bugs.python.org
Thu Oct 26 12:22:03 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The importtime option is cached only if it is set. If it is not set (the common case), it is not cached.

PR 4138 makes it be cached in the common case and improves errors handling.

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31415>
_______________________________________


More information about the Python-bugs-list mailing list