os.path.splitroot: Python 3.13
This was introduced by the C implementation of splitroot in ntpath and posixpath.
The C version changes the argument name from p to path but I think based on similar discussions the C version is not included in the release, but in the future versions it should pass.
https://github.com/python/cpython/pull/118089
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
Closing this as we're aiming to rename the parameter back, and then we should just remove these allowlist entries.