mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
5002f17794
Remove `sys.intern(str(x))` calls when normalizing a path in pathlib. This
speeds up `str(Path('foo/bar'))` by about 10%.