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 jaraco
Recipients jaraco, ned.deily
Date 2016-12-12.22:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481582955.85.0.270827338244.issue28949@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think hard links are involved. I see symlinks in the .tox/python virutalenv, and virtualenv defaults to creating symlinks (https://github.com/pypa/virtualenv/blob/master/virtualenv.py#L565-L570) and falls back to copying files rather than hard linking.
History
Date User Action Args
2016-12-12 22:49:15jaracosetrecipients: + jaraco, ned.deily
2016-12-12 22:49:15jaracosetmessageid: <1481582955.85.0.270827338244.issue28949@psf.upfronthosting.co.za>
2016-12-12 22:49:15jaracolinkissue28949 messages
2016-12-12 22:49:15jaracocreate