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 zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-14.16:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442246986.44.0.950421414048.issue25102@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't appear to; my 'C:\Program Files\Python 3.5\Lib\__pycache__' is full of .pyc's, but none with an optimization tag.  To confirm with math rather than eyesight, according to 'dir' there are 168 files in Lib\, and 168 in Lib\__pycache__ rather than the expected 168*3.

For the record, I have not run this Python as a privileged user, so the contents of __pycache__ are not incidental; they were definitely created by the precompile option.
History
Date User Action Args
2015-09-14 16:09:46zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-14 16:09:46zach.waresetmessageid: <1442246986.44.0.950421414048.issue25102@psf.upfronthosting.co.za>
2015-09-14 16:09:46zach.warelinkissue25102 messages
2015-09-14 16:09:46zach.warecreate