Skip to content

[mypyc] Fixing condition to fall back to PyCall for staticmethod and classmethod#18228

Merged
JukkaL merged 1 commit intopython:masterfrom
advait-dixit:fix_iterable_unpack
Dec 2, 2024
Merged

[mypyc] Fixing condition to fall back to PyCall for staticmethod and classmethod#18228
JukkaL merged 1 commit intopython:masterfrom
advait-dixit:fix_iterable_unpack

Conversation

@advait-dixit
Copy link
Contributor

Fixes mypyc/mypyc#1076

This change has been copied from mypyc/irbuild/builder.py#1084.

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! Looks good.

@JukkaL JukkaL merged commit 725145e into python:master Dec 2, 2024
@advait-dixit advait-dixit deleted the fix_iterable_unpack branch December 2, 2024 17:14
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

Successfully merging this pull request may close these issues.

Unpacking iterable into arguments fails in call to static method or class method

2 participants