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 mattip
Recipients mattip
Date 2014-08-30.18:49:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409424576.55.0.363891426892.issue22308@psf.upfronthosting.co.za>
In-reply-to
Content
An issue was reported on PyPy where a user had a ~/.local/lib/python2.7/site-packages directory that contained cpython specific libraries. We trakced it down to posix_user in sysconfig.py being set to an implementation-specific cpython path, but used by pypy.
This patch  against HEAD adds {implementation} and {implementation_lower} fields to _CONFIG_VARS, making sysconfig.py compatable with other python implementations. Perhaps valuable to jython as well, which would require modifying _get_implementation() accordingly
History
Date User Action Args
2014-08-30 18:49:36mattipsetrecipients: + mattip
2014-08-30 18:49:36mattipsetmessageid: <1409424576.55.0.363891426892.issue22308@psf.upfronthosting.co.za>
2014-08-30 18:49:36mattiplinkissue22308 messages
2014-08-30 18:49:36mattipcreate