cpython/Lib/pathlib
Barney Gale 5c7bd0e398
GH-113528: Deoptimise pathlib._abc.PurePathBase.parts (#113883)
Implement `parts` using `_stack`, which itself calls `pathmod.split()`
repeatedly. This avoids use of `_tail`, which will be moved to `PurePath`
shortly.
2024-01-09 22:46:50 +00:00
..
__init__.py GH-113528: Deoptimise pathlib._abc.PurePathBase.parts (#113883) 2024-01-09 22:46:50 +00:00
_abc.py GH-113528: Deoptimise pathlib._abc.PurePathBase.parts (#113883) 2024-01-09 22:46:50 +00:00