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 eric.araujo
Recipients arekm, eric.araujo, georg.brandl, loewis, nadeem.vawda
Date 2012-03-10.02:14:07
SpamBayes Score 0.0010844186
Marked as misclassified No
Message-id <1331345648.6.0.16768514576.issue14238@psf.upfronthosting.co.za>
In-reply-to
Content
> there should be a guard here that just doesn't add user site directories if the lookup fails.
Agreed too.  site is easy to fix (I can do it or review a patch), but we also need to fix sysconfig; I think the right thing to do would be not to have a config var named 'userbase' when run from a UID without passwd entry.  This implies that the functions listed under http://docs.python.org/library/sysconfig#installation-paths would also need to omit *user schemes.
History
Date User Action Args
2012-03-10 02:14:08eric.araujosetrecipients: + eric.araujo, loewis, georg.brandl, arekm, nadeem.vawda
2012-03-10 02:14:08eric.araujosetmessageid: <1331345648.6.0.16768514576.issue14238@psf.upfronthosting.co.za>
2012-03-10 02:14:07eric.araujolinkissue14238 messages
2012-03-10 02:14:07eric.araujocreate