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 vstinner
Recipients brett.cannon, joshtriplett, ncoghlan, petri.lehtinen, vstinner
Date 2011-05-30.15:38:43
SpamBayes Score 0.0007661066
Marked as misclassified No
Message-id <1306769923.75.0.0905485505254.issue12082@psf.upfronthosting.co.za>
In-reply-to
Content
> Should the .pyc/.pyo file writing be disabled altogether
> if stat() and/or fstat() is not available.

If we cannot get the file modification time, .pyc/.pyo writing must be disabled. If your OS/libc/filesystem doesn't have fstat(), you don't have file modification, so no .pyc/.pyo write.
History
Date User Action Args
2011-05-30 15:38:43vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, joshtriplett, petri.lehtinen
2011-05-30 15:38:43vstinnersetmessageid: <1306769923.75.0.0905485505254.issue12082@psf.upfronthosting.co.za>
2011-05-30 15:38:43vstinnerlinkissue12082 messages
2011-05-30 15:38:43vstinnercreate