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
multidict.CIMultiDict().getall("test") => KeyError: 'test' multidict.CIMultiDict().getall("test", default=None) => Fatal Python error: Segmentation fault
Fedora 39 Python 3.12.0 multidict 6.0.4
The text was updated successfully, but these errors were encountered:
Same behaviour on OSX and Python 3.12.1.
Sorry, something went wrong.
Looks the same as #868 which #889 fixes.
It seems this was fixed by 780a1e1.
📝 Link #862, #868, #898 to PR #864 change note
0780cca
No branches or pull requests
Actual behaviour
multidict.CIMultiDict().getall("test") => KeyError: 'test'
multidict.CIMultiDict().getall("test", default=None) => Fatal Python error: Segmentation fault
Your environment
Fedora 39
Python 3.12.0
multidict 6.0.4
The text was updated successfully, but these errors were encountered: