Message226143
| 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:36 | mattip | set | recipients:
+ mattip |
| 2014年08月30日 18:49:36 | mattip | set | messageid: <1409424576.55.0.363891426892.issue22308@psf.upfronthosting.co.za> |
| 2014年08月30日 18:49:36 | mattip | link | issue22308 messages |
| 2014年08月30日 18:49:36 | mattip | create |
|