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

Functions don't support attribute assignment #1198

Closed
robertwb opened this issue Jan 10, 2011 · 3 comments
Closed

Functions don't support attribute assignment #1198

robertwb opened this issue Jan 10, 2011 · 3 comments

Comments

@robertwb
Copy link
Contributor

Def functions don't support attribute assignment.


def foo():
   pass
foo.is_safe = True

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

@robertwb
Copy link
Contributor Author

scoder changed description from

Def functions doesn't support attribute assignment.


def foo():
   pass
foo.is_safe = True

to

Def functions don't support attribute assignment.


def foo():
   pass
foo.is_safe = True

commented

@robertwb
Copy link
Contributor Author

scoder changed summary from

Functions doesn't support attribute assignment

to

Functions don't support attribute assignment
commented

@robertwb
Copy link
Contributor Author

robertwb commented Oct 2, 2013

scoder changed resolution to fixed
status from new to closed
commented

Works in "binding" mode (which is enabled by default for ".py" files).

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