-
Notifications
You must be signed in to change notification settings - Fork 86
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.14.0a3: TypeError: Extra positional arguments provided #795
Comments
Same problem with a4 |
Checking the 2 occurrences of "Extra positional arguments provided" in _core.c and modifying the error message I see now that the error is from this line: Line 7294 in dd965dc
|
The conditional at Line 7293 in dd965dc
|
I was trying to bisect CPython to see what happened, but unfortunately, some cache interferes with my efforts and I am getting unstable results :( |
The 0 vs 2 difference already exists here: Line 5878 in dd965dc
|
The difference originates in: Lines 5816 to 5820 in dd965dc
On Python 3.14, this returns 0. |
As @befeleme suggested to me earlier, this looks very much related to https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-pep649 |
Description
Hello. In Fedora, we try to build this package with Python 3.14.0a3.
We see test errors, on 0.19.0 as well as the current main branch. To reproduce, I did:
The text was updated successfully, but these errors were encountered: