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 daveroundy
Recipients daveroundy
Date 2015-04-11.20:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428782854.88.0.072820618341.issue23916@psf.upfronthosting.co.za>
In-reply-to
Content
I have observed a performance regression in module importing.  In python 3.4.2, importing a module from the current directory (where the script is located) causes the entire directory to be read.  When there are many files in this directory, this can cause the script to run very slowly.

In python 2.7.9, this behavior is not present.

It would be preferable (in my opinion) to revert the change that causes python to read the entire user directory.
History
Date User Action Args
2015-04-11 20:07:34daveroundysetrecipients: + daveroundy
2015-04-11 20:07:34daveroundysetmessageid: <1428782854.88.0.072820618341.issue23916@psf.upfronthosting.co.za>
2015-04-11 20:07:34daveroundylinkissue23916 messages
2015-04-11 20:07:34daveroundycreate