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 pdsimanyi
Recipients markon, pdsimanyi
Date 2009-05-26.23:07:54
SpamBayes Score 4.4561176e-07
Marked as misclassified No
Message-id <1243379275.87.0.257882159527.issue6074@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that my patch, with a chmod(..., 0600), may not work under 
certain conditions where the original file is owned by a different user 
but the directory is group- or world-writable. A more likely correct fix 
would use chmod(..., 0666).

At any rate: someone should test the various combinations of whether this 
user or another user owns the original .pyc file.
History
Date User Action Args
2009-05-26 23:07:56pdsimanyisetrecipients: + pdsimanyi, markon
2009-05-26 23:07:55pdsimanyisetmessageid: <1243379275.87.0.257882159527.issue6074@psf.upfronthosting.co.za>
2009-05-26 23:07:54pdsimanyilinkissue6074 messages
2009-05-26 23:07:54pdsimanyicreate