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 tpievila
Recipients tpievila
Date 2012-08-30.10:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346321126.73.0.788135574831.issue15822@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.3rc1 source install modifies/installs lib2to3/Grammar.txt after modifying Grammar3.3.0.candidate.1.pickle:

-rw-r--r--. 1 root root  6589 2012-08-27 13:25:33.190414570 +0300 Grammar.txt
-rw-r--r--. 1 root root 20622 2012-08-27 13:25:33.150477192 +0300 Grammar3.3.0.candidate.1.pickle

This causes lib2to3/pgen2/driver:load_grammar to try to recreate the pickle (the _newer call on line 119 returns false), which triggers SandboxViolation in when using easy_install/distribute (https://bitbucket.org/tarek/distribute/issue/317/easy_install-fails-with-sandboxviolation) see .
History
Date User Action Args
2012-08-30 10:05:26tpievilasetrecipients: + tpievila
2012-08-30 10:05:26tpievilasetmessageid: <1346321126.73.0.788135574831.issue15822@psf.upfronthosting.co.za>
2012-08-30 10:05:26tpievilalinkissue15822 messages
2012-08-30 10:05:25tpievilacreate