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

Error in default values #43

Closed
robertwb opened this issue Jul 28, 2016 · 2 comments
Closed

Error in default values #43

robertwb opened this issue Jul 28, 2016 · 2 comments

Comments

@robertwb
Copy link
Owner

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
Copy link
Owner Author

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

@robertwb
Copy link
Owner Author

Modified by robertwb on 19 Aug 2008 04:03 UTC

@robertwb robertwb added this to the 0.9.6.x milestone Jul 28, 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