Skip to content
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

segmentation fault on getall #898

Closed
andynrw opened this issue Nov 14, 2023 · 3 comments
Closed

segmentation fault on getall #898

andynrw opened this issue Nov 14, 2023 · 3 comments

Comments

@andynrw
Copy link

andynrw commented Nov 14, 2023

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

@JoeriHermans
Copy link

Same behaviour on OSX and Python 3.12.1.

@zmedico
Copy link

zmedico commented Jan 11, 2024

Looks the same as #868 which #889 fixes.

@webknjaz
Copy link
Member

It seems this was fixed by 780a1e1.

webknjaz added a commit that referenced this issue Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants