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 eric.snow
Recipients barry, brett.cannon, christian.heimes, eric.snow, pitrou, r.david.murray, vstinner
Date 2013-10-11.01:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381455992.71.0.00372845479393.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
I realized those two stats are not superfluous in the case that a directory name has a .py suffix or a file doesn't have any suffix.  However, I expect that's pretty uncommon.

Worst case, these cases cost 2 stats per path entry.  In practice they cost nothing due to the dir caching we already do.
History
Date User Action Args
2013-10-11 01:46:32eric.snowsetrecipients: + eric.snow, barry, brett.cannon, pitrou, vstinner, christian.heimes, r.david.murray
2013-10-11 01:46:32eric.snowsetmessageid: <1381455992.71.0.00372845479393.issue19216@psf.upfronthosting.co.za>
2013-10-11 01:46:32eric.snowlinkissue19216 messages
2013-10-11 01:46:32eric.snowcreate