Message 288698 - Python tracker

Message288698

Author methane
Recipients Andrei Fokau, barry, ezio.melotti, methane, michael.foord, rbcollins
Date 2017-02-28.07:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488268299.65.0.0644632369783.issue29642@psf.upfronthosting.co.za>
In-reply-to
Content
When using import, (namespace) package name is explicitly specified.
Only specified name is searched.

In test loader's case, there are no such limit.
Loader may search millions of completely unrelated directories.
It may include directories in NFS or samba over slow network.
History
Date User Action Args
2017-02-28 07:51:39methanesetrecipients: + methane, barry, rbcollins, ezio.melotti, michael.foord, Andrei Fokau
2017-02-28 07:51:39methanesetmessageid: <1488268299.65.0.0644632369783.issue29642@psf.upfronthosting.co.za>
2017-02-28 07:51:39methanelinkissue29642 messages
2017-02-28 07:51:39methanecreate