robertwb / issues-import-test

0 stars 0 forks source link

closures for module scope #462

Open robertwb opened 15 years ago

robertwb commented 15 years ago

Function closure support has been implemented as of ticket http://cython.trac.org/ticket/82. The same mechanism is required for the module scope to support generator expressions and lambda expressions at the module level, and might be a suitable base to implement PEP 3121 support as of tickets http://cython.trac.org/ticket/173 and http://cython.trac.org/ticket/218.

At 2010-11-27T08:26:08Z @vitek added attachment lambda-module-scope.patch

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

robertwb commented 13 years ago

scoder changed Lambda patch moved to ticket http://cython.trac.org/ticket/603.