[issue45582] Rewrite getpath.c in Python

Steve Dower report at bugs.python.org
Thu Dec 2 19:10:47 EST 2021


Steve Dower <steve.dower at python.org> added the comment:

It's done! Those were some of the hardest memory leaks I've had to track down, but it should be clear now.

As I mentioned in the commit message, this change attempts to preserve every known quirk. However, I think these ought to be streamlined across platforms to improve the code and/or startup performance.

But at least we know now that any changes in the future that require test changes are expected, and not the result of this change :)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45582>
_______________________________________


More information about the Python-bugs-list mailing list