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 pytho
Change by Chris Webb :
Removed file: https://bugs.python.org/file17945/paths.patch
___
Python tracker
<https://bugs.python.org/issue1653457>
___
___
Python-bugs-list m
Chris Webb 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 a bit of empiri