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

Implement lambda functions #755

Closed
robertwb opened this issue Jan 27, 2009 · 3 comments
Closed

Implement lambda functions #755

robertwb opened this issue Jan 27, 2009 · 3 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Jan 27, 2009

This depends on http://trac.cython.org/ticket/82. Lambda functions can be transformed into normal functions, so this only effects parsing and tree transformation, not code generation.

Migrated from http://trac.cython.org/ticket/195

@robertwb
Copy link
Contributor Author

robertwb commented Mar 7, 2009

scoder changed milestone from wishlist to 1.0
commented

@robertwb
Copy link
Contributor Author

robertwb commented May 1, 2009

scoder changed owner from somebody to scoder
status from new to assigned
commented

@robertwb
Copy link
Contributor Author

robertwb commented May 3, 2009

scoder changed milestone from 1.0 to 0.12
resolution to fixed
status from assigned to closed
commented

Implemented in latest cython-unstable, starting with

http://hg.cython.org/cython-closures/rev/adac69f2d444

@robertwb robertwb closed this as completed May 3, 2009
@robertwb robertwb added this to the 0.12 milestone Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant