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 pitti
Recipients barry, doko, michael.foord, pitrou, pitti, python-dev
Date 2013-11-29.16:58:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385744312.26.0.630708330877.issue19352@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this affects python 2.7 only; as I said, this is all solved in python3 by introducing the explicit extensions like __pycache__/*..cpython-33.pyc so that multiple versions can share one directory. With that these symlink hacks aren't necessary any more.
History
Date User Action Args
2013-11-29 16:58:32pittisetrecipients: + pitti, barry, doko, pitrou, michael.foord, python-dev
2013-11-29 16:58:32pittisetmessageid: <1385744312.26.0.630708330877.issue19352@psf.upfronthosting.co.za>
2013-11-29 16:58:32pittilinkissue19352 messages
2013-11-29 16:58:31pitticreate