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 ncoghlan
Recipients Steve.Thompson, amaury.forgeotdarc, barry, brian.curtin, desolat, eric.araujo, kevin.chen, markon, mucisland, ncoghlan, pdsimanyi, pitrou
Date 2012-08-20.01:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345426805.57.0.309540757037.issue6074@psf.upfronthosting.co.za>
In-reply-to
Content
(Note: Kevin is looking into this at the PyConAU sprints)

New test case needed (probably in Lib/test/test_import.py):

- create .py file as 0400
- import it
- check .pyc (or .pyo) file is 0600

That ensures the #2501 security bug remains fixed, while also addressing this problem.
History
Date User Action Args
2012-08-20 01:40:05ncoghlansetrecipients: + ncoghlan, barry, amaury.forgeotdarc, pitrou, eric.araujo, brian.curtin, pdsimanyi, markon, mucisland, Steve.Thompson, desolat, kevin.chen
2012-08-20 01:40:05ncoghlansetmessageid: <1345426805.57.0.309540757037.issue6074@psf.upfronthosting.co.za>
2012-08-20 01:40:01ncoghlanlinkissue6074 messages
2012-08-20 01:40:01ncoghlancreate