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 chris@arachsys.com
Recipients BreamoreBoy, chris@arachsys.com, schmir
Date 2010-07-11.16:24:11
SpamBayes Score 0.015531722
Marked as misclassified No
Message-id <1278865456.24.0.0837912361787.issue1653457@psf.upfronthosting.co.za>
In-reply-to
Content
Fortunately reduce() is static within getpath.c, so it should only be
necessary to check the handful of callers in there. I've done this, and
am reasonably sure it doesn't break anything.

In addition, I've given this patch quite a bit of empirical testing, at least under linux/glibc. This has been a persistent bug in Python since
2004 or earlier, and I've needed the attached fix on our Python builds
on all our production servers since then, rebasing for every release
from 2.4 to the new 2.7. (Our machines don't have legacy /usr dirs so
Python is installed to /bin and /lib.)

The exact patch I'm using right now against 2.7 is attached, but it's
essentially identical to the one I submitted originally against Python
2.4, and later against Python 2.5.
History
Date User Action Args
2010-07-11 16:24:16chris@arachsys.comsetrecipients: + chris@arachsys.com, schmir, BreamoreBoy
2010-07-11 16:24:16chris@arachsys.comsetmessageid: <1278865456.24.0.0837912361787.issue1653457@psf.upfronthosting.co.za>
2010-07-11 16:24:15chris@arachsys.comlinkissue1653457 messages
2010-07-11 16:24:14chris@arachsys.comcreate