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

Fix fused function default argument coercion #5614

Merged
merged 1 commit into from Aug 13, 2023

Conversation

da-woods
Copy link
Contributor

Python object fused function arguments weren't being correctly coerced, which meant that sometimes an int was being cast directly to a PyObject*, causing a crash if you actually tried to use it.

Python object fused function arguments weren't being correctly
coerced, which meant that sometimes an int was being cast directly
to a PyObject*, causing a crash if you actually tried to use it.
@da-woods da-woods added this to the 3.0.1 milestone Aug 13, 2023
@da-woods da-woods merged commit 6743394 into cython:master Aug 13, 2023
75 checks passed
@da-woods da-woods deleted the fused_default_arg_types branch August 13, 2023 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant