[issue1653457] Python misbehaves when installed in / (patch attached)

2021-12-08 Thread Chris Webb
Change by Chris Webb : Removed file: https://bugs.python.org/file17945/paths.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1653457] Python misbehaves when installed in / (patch attached)

2021-12-08 Thread Irit Katriel
Irit Katriel added the comment: > (Presumably this will land in Python 11 rather than get backported?) I believe so. > it'll feel like end of an era to finally be able to drop that local patch. You should mark the occasion somehow, it's not everyday you say goodbye to a 25 year old patch!

[issue1653457] Python misbehaves when installed in / (patch attached)

2021-12-07 Thread Chris Webb
Chris Webb added the comment: Irit Katriel added the comment: > getpath.c has been rewritten (see Issue45582). reduce is no longer there. Gosh, this is one I originally reported back in the late 1990s and then again mid-2000s! I've carried a patch in my distribution to make python work

[issue1653457] Python misbehaves when installed in / (patch attached)

2021-12-07 Thread Irit Katriel
Irit Katriel added the comment: getpath.c has been rewritten (see Issue45582). reduce is no longer there. -- nosy: +iritkatriel resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue1653457] Python misbehaves when installed in / (patch attached)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1653457 ___ ___

[issue1653457] Python misbehaves when installed in / (patch attached)

2010-09-16 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can someone with a Linux box try the latest patch please. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1653457 ___

[issue1653457] Python misbehaves when installed in / (patch attached)

2010-07-11 Thread Chris Webb
Chris Webb chris_arach...@users.sourceforge.net added the comment: 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

[issue1653457] Python misbehaves when installed in / (patch attached)

2010-07-10 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I think the patch should be looked at very carefully as I guess that the reduce function is called all over the place. -- nosy: +BreamoreBoy stage: unit test needed - patch review versions: +Python 2.7, Python 3.1, Python 3.2

[issue1653457] Python misbehaves when installed in / (patch attached)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Extension Modules dependencies: +./configure --prefix=/ breaks, won't build C modules stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue1653457] Python misbehaves when installed in / (patch attached)

2008-03-14 Thread Ralf Schmitt
Changes by Ralf Schmitt [EMAIL PROTECTED]: -- nosy: +schmir _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1653457 _ ___ Python-bugs-list mailing list