Message 305071 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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.