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

Regression in 1.13.0 with python 3.5 #79

Closed
smarie opened this issue Jan 7, 2022 · 0 comments
Closed

Regression in 1.13.0 with python 3.5 #79

smarie opened this issue Jan 7, 2022 · 0 comments

Comments

@smarie
Copy link
Owner

smarie commented Jan 7, 2022

When doing a simple partial(f) with f a generator function we get the following error on python 3.5

site-packages\makefun\main.py:1130: in partial
    from makefun._main_latest_py import make_partial_using_yield_from
E     File "site-packages\makefun\_main_latest_py.py", line 41
E       yield v
E       ^
E   SyntaxError: 'yield' inside async function
@smarie smarie closed this as completed in 2101bca Jan 7, 2022
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

1 participant