Fix Python 3.12 compatibility (#6965)
.joinpath with an empty argument no longer works as before thanks to this change in CPython: cea910ebf1 (diff-2e741d925220d74a9cc04cda1314d3649d9d189c0efc7db18e5387a51225b61c)
This change mimics the old internal behavior by using _paths attribute directly.
parent
6148708496
commit
0188ad8fd6
Loading…
Reference in new issue