Éric Araujo added the comment:
This is a non-trivial change that would impact many packaging tools, and as
such should be discussed on mailing list or https://discuss.python.org/
--
nosy: +eric.araujo
resolution: -> wont fix
stage: -> resolved
status: open -> closed
mattip added the comment:
any traction on this?
--
___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22308
___
___
Python-bugs-list mailing list
New submission from mattip:
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
mattip added the comment:
adding a diff patch to 2.7
--
Added file: http://bugs.python.org/file36508/sysconfig_2_7.patch
___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22308
___