-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.13: symlink loop handling broken? (tests/test_web_urldispatcher.py::test_access_symlink_loop
failure)
#8565
Comments
Thanks |
Looks like they changed the exception for circular symlinks from
The fix is easy, but I'm inclined to let this be for now since it's still beta and we cannot verify in CI yet that the exception will be consistent across OS. |
Actually I take that back, since we catch it now without strict mode, this would have to now be caught another way which is not straightforward. This is a really annoying change in |
Moving to 3.10.2 since 3.13 isn't released yet and we don't have the ability to test it in the CI yet |
Describe the bug
tests/test_web_urldispatcher.py::test_access_symlink_loop
test is failing on Python 3.13.0b4. The backtrace suggests it's not a problem with the test itself but with handling symlink loops.To Reproduce
Expected behavior
Tests passing :-).
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
Gentoo Linux amd64
Related component
Server
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: