robertwb / issues-import-test

0 stars 0 forks source link

Error in default values #43

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by robertwb on 7 Jun 2008 06:03 UTC The following doesn't work:

class Bar(object):
    CONST = 25
    def foo(self, value=CONST):
        pass

Migrated-From: http://trac.cython.org/ticket/17

robertwb commented 8 years ago

Comment by robertwb on 7 Jun 2008 06:04 UTC Fixed at http://hg.cython.org/cython-devel/rev/b580212cb8a7

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 04:03 UTC