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.

Author methane
Recipients brett.cannon, methane, serhiy.storchaka
Date 2017-09-24.09:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506244778.13.0.315190610053.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
> If this proposition be accepted I would want to see not only cumulated times, but also pure times, without time of nested imports.

It can be calculated by script.
I don't want to add more complexity to import.c.

> I guess this feature doesn't work correctly with threading.

Yes, it should be documented.
And that's reason why I don't want to support time without nested import.
Stack management is difficult than inc/dec integer in multi threading case.
History
Date User Action Args
2017-09-24 09:19:38methanesetrecipients: + methane, brett.cannon, serhiy.storchaka
2017-09-24 09:19:38methanesetmessageid: <1506244778.13.0.315190610053.issue31415@psf.upfronthosting.co.za>
2017-09-24 09:19:38methanelinkissue31415 messages
2017-09-24 09:19:38methanecreate