We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per Supported Python versions:
Prerequisites:
Things of interest in 3.11:
The text was updated successfully, but these errors were encountered:
PyPy 3.11 beta support is out: https://pypy.org/posts/2025/02/pypy-v7318-release.html
Update: Found an ExceptionGroup bug: pypy/pypy#5218
Sorry, something went wrong.
Remove ExceptionGroup shim. #354
1c787ac
typing_extensions.Self -> typing.Self. #354
483bcd6
Discuss sqlite3 error codes in wrap_exception docstring. #354
3d70c5c
When branches are created from issues, their pull requests are automatically linked.
Per Supported Python versions:
Prerequisites:
Things of interest in 3.11:
sqlite_errorcode – no more exception message matching in wrap_exceptions() and others(see 3d70c5c for details)The text was updated successfully, but these errors were encountered: