-
-
Notifications
You must be signed in to change notification settings - Fork 119
Python 3.14.0a4: TypeError: <class '…'> has no usable non-default attributes #626
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
Comments
Could it perhaps be related to https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-pep649 similarly to jcrist/msgspec#810 ? |
This comment has been minimized.
This comment has been minimized.
Python 3.14.0a6. With #642 merged, we are at:
|
Polite ping. Python 3.14 is now at 3.14.0b2, so there should not be any further incompatible changes to the Python interpreter before the final release, and we are still seeing the above failures and errors with |
Yep, it's time for us to start looking at 3.14, no worries. |
In Fedora, we’re already testing Python packages with pre-releases of Python 3.14, which will be included in Fedora 43 in late 2025. This report is based on a downstream issue that was filed as part of that testing.
It seems like the regressions in the test suite are all associated with a single type of error, of the form
TypeError: <class '…'> has no usable non-default attributes
.A “control” test, showing that everything is fine on Python 3.13:
Now, after commenting out the
orjson
extra since we won’t be able touv pip install
it successfully on Python 3.14 yet:Ignoring the failures and errors (
No module named 'orjson'
) due to the now-missingorjson
dependency:The text was updated successfully, but these errors were encountered: