mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -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%.